16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
$NetBSD: patch-libgda_gda-config_c,v 1.1 2012/05/10 21:45:05 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgda/gda-config.c~ 2007-04-24 21:13:09.000000000 +0000
|
|
+++ libgda/gda-config.c
|
|
@@ -37,7 +37,7 @@
|
|
#include <sys/stat.h>
|
|
#ifdef HAVE_FAM
|
|
#include <fam.h>
|
|
-#include <glib/giochannel.h>
|
|
+#include <glib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|