mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
$NetBSD: patch-libgda_gda-command_c,v 1.1 2012/05/06 05:29:54 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgda/gda-command.c~ 2007-04-24 21:13:09.000000000 +0000
|
|
+++ libgda/gda-command.c
|
|
@@ -21,9 +21,7 @@
|
|
* Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
-#include <glib/gmem.h>
|
|
-#include <glib/gmessages.h>
|
|
-#include <glib/gstrfuncs.h>
|
|
+#include <glib.h>
|
|
#include <libgda/gda-command.h>
|
|
|
|
GType
|