mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
$NetBSD: patch-providers_freetds_gda-freetds-message_h,v 1.1 2012/05/10 21:45:05 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- providers/freetds/gda-freetds-message.h~ 2007-04-24 21:13:13.000000000 +0000
|
|
+++ providers/freetds/gda-freetds-message.h
|
|
@@ -24,7 +24,7 @@
|
|
#if defined(HAVE_CONFIG_H)
|
|
#endif
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
#include <glib/gi18n-lib.h>
|
|
#include <libgda/gda-server-provider.h>
|
|
#include <tds.h>
|