16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
$OpenBSD: patch-src_glib-helpers_h,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
|
|
|
|
#error "Only <glib.h> can be included directly."
|
|
|
|
--- src/glib-helpers.h.orig Wed Jan 9 17:35:12 2008
|
|
+++ src/glib-helpers.h Thu Mar 29 14:00:06 2012
|
|
@@ -24,7 +24,7 @@
|
|
#ifndef GLIB_HELPERS_H
|
|
#define GLIB_HELPERS_H
|
|
|
|
-#include <glib/glist.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|