16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
$OpenBSD: patch-src_syntax_h,v 1.1 2012/03/29 12:43:22 ajacoutot Exp $
|
|
|
|
#error "Only <glib.h> can be included directly."
|
|
|
|
--- src/syntax.h.orig Wed Jan 9 17:35:13 2008
|
|
+++ src/syntax.h Thu Mar 29 14:00:06 2012
|
|
@@ -27,7 +27,7 @@
|
|
#ifndef GQ_SYNTAX_H_INCLUDED
|
|
#define GQ_SYNTAX_H_INCLUDED
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|