17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
$NetBSD: patch-libgda_gda-util_h,v 1.1 2012/05/06 05:29:54 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgda/gda-util.h~ 2007-04-24 21:13:09.000000000 +0000
|
|
+++ libgda/gda-util.h
|
|
@@ -24,8 +24,7 @@
|
|
#if !defined(__gda_util_h__)
|
|
# define __gda_util_h__
|
|
|
|
-#include <glib/ghash.h>
|
|
-#include <glib/glist.h>
|
|
+#include <glib.h>
|
|
#include "gda-parameter.h"
|
|
#include "gda-row.h"
|
|
#include "gda-connection.h"
|