12345678910111213 |
- $OpenBSD: patch-lib_tomoe_c,v 1.1 2015/01/09 16:46:49 ajacoutot Exp $
- --- lib/tomoe.c.orig Wed Jun 6 09:35:53 2007
- +++ lib/tomoe.c Fri Jan 9 14:42:52 2015
- @@ -26,7 +26,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- -#include <glib/garray.h>
- +#include <glib.h>
- #include "tomoe.h"
-
- static gboolean initialized = FALSE;
|