Changeset: ddbd53914ecf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ddbd53914ecf Modified Files: gdk/gdk_system.mx Branch: Mar2011 Log Message:
gdk_system: need to include monetdb_config.h for HAVE_XX defines diffs (12 lines): diff --git a/gdk/gdk_system.mx b/gdk/gdk_system.mx --- a/gdk/gdk_system.mx +++ b/gdk/gdk_system.mx @@ -39,6 +39,8 @@ #ifndef _GDK_SYSTEM_H_ #define _GDK_SYSTEM_H_ +#include "monetdb_config.h" + #ifdef NATIVE_WIN32 #ifndef LIBGDK #define gdk_export extern __declspec(dllimport) _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
