diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-03-06 03:38:59 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-03-06 03:38:59 +0000 |
commit | 80581c3011871fa000433a881554ffc1e9363468 (patch) | |
tree | 8b528a2413d95ba1c4831b7bf02a5b583924e438 /examples/helloworld2 | |
parent | 7d94c90fca82c3543c5f860fc5e57cf36a966db8 (diff) | |
download | gdk-pixbuf-80581c3011871fa000433a881554ffc1e9363468.tar.gz |
Fixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
Diffstat (limited to 'examples/helloworld2')
-rw-r--r-- | examples/helloworld2/helloworld2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/helloworld2/helloworld2.c b/examples/helloworld2/helloworld2.c index 5f2b27ae2..3a8a1627e 100644 --- a/examples/helloworld2/helloworld2.c +++ b/examples/helloworld2/helloworld2.c @@ -1,4 +1,5 @@ +#include <config.h> #include <gtk/gtk.h> /* Our new improved callback. The data passed to this function |