mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
$NetBSD: patch-libgda_gda-log_h,v 1.1 2012/05/06 05:29:54 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libgda/gda-log.h~ 2007-04-24 21:13:09.000000000 +0000
|
|
+++ libgda/gda-log.h
|
|
@@ -20,8 +20,7 @@
|
|
#if !defined(__gda_log_h__)
|
|
# define __gda_log_h__
|
|
|
|
-#include <glib/gmacros.h>
|
|
-#include <glib/gtypes.h>
|
|
+#include <glib.h>
|
|
#include <time.h>
|
|
|
|
G_BEGIN_DECLS
|