summaryrefslogtreecommitdiff
path: root/glib/makegalias.pl
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-03-14 04:30:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-14 04:30:25 +0000
commit48d6188aaf9d50b07663d7efaf34c5f70e003b25 (patch)
tree83ddae6f5e20bd1d0e0e13c373a23ba7f7a37d7f /glib/makegalias.pl
parent608a31b98e1420f487190871ee7312db2643d93d (diff)
downloadglib-48d6188aaf9d50b07663d7efaf34c5f70e003b25.tar.gz
Still need to include glibconfig.h
Diffstat (limited to 'glib/makegalias.pl')
-rwxr-xr-xglib/makegalias.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/makegalias.pl b/glib/makegalias.pl
index 1fa132f03..f7ee76965 100755
--- a/glib/makegalias.pl
+++ b/glib/makegalias.pl
@@ -11,6 +11,9 @@ print <<EOF;
/* Generated by makegalias.pl */
#ifndef DISABLE_VISIBILITY
+
+#include "glibconfig.h"
+
#ifdef G_HAVE_GNUC_VISIBILITY
EOF