15 lines
446 B
Text
15 lines
446 B
Text
$NetBSD: patch-lib_glib-utils_h,v 1.2 2014/05/05 06:26:53 obache Exp $
|
|
|
|
* It is no longer possible to include individual headers since glib2-2.32
|
|
|
|
--- lib/glib-utils.h~ 2007-04-25 07:35:58.000000000 +0000
|
|
+++ lib/glib-utils.h
|
|
@@ -28,7 +28,7 @@
|
|
#include "config.h"
|
|
#endif /* HAVE_CONFIG_H */
|
|
|
|
-#include <glib/garray.h>
|
|
+#include <glib.h>
|
|
#include <glib/gi18n-lib.h>
|
|
#include "glib-compat-file-utilities.h"
|
|
#include "glib-compat-key-file.h"
|