16 lines
359 B
Text
16 lines
359 B
Text
$NetBSD: patch-libgda_gda-command_h,v 1.1 2012/05/06 05:29:54 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgda/gda-command.h~ 2007-04-24 21:13:09.000000000 +0000
|
|
+++ libgda/gda-command.h
|
|
@@ -25,8 +25,7 @@
|
|
#define __GDA_COMMAND_H__
|
|
|
|
#include <glib-object.h>
|
|
-#include <glib/gmacros.h>
|
|
-#include <glib/gtypes.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|