diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-14 04:30:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-14 04:30:25 +0000 |
commit | 48d6188aaf9d50b07663d7efaf34c5f70e003b25 (patch) | |
tree | 83ddae6f5e20bd1d0e0e13c373a23ba7f7a37d7f /glib/makegalias.pl | |
parent | 608a31b98e1420f487190871ee7312db2643d93d (diff) | |
download | glib-48d6188aaf9d50b07663d7efaf34c5f70e003b25.tar.gz |
Still need to include glibconfig.h
Diffstat (limited to 'glib/makegalias.pl')
-rwxr-xr-x | glib/makegalias.pl | 3 |
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 |