Still need to include glibconfig.h
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Mar 2005 04:30:25 +0000 (04:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Mar 2005 04:30:25 +0000 (04:30 +0000)
glib/makegalias.pl

index 1fa132f0317f097b1047ea2b3a7e1207cdaf92ec..f7ee76965b15bf28fe9aa854862e0e5c6efee9c8 100755 (executable)
@@ -11,6 +11,9 @@ print <<EOF;
 /* Generated by makegalias.pl */
 
 #ifndef DISABLE_VISIBILITY
+
+#include "glibconfig.h"
+
 #ifdef G_HAVE_GNUC_VISIBILITY
 
 EOF