diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-11-01 04:19:54 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-11-01 04:19:54 +0000 |
commit | 7e046917266805e0ddeb60f07b98ea82d9e8c1ac (patch) | |
tree | c8c6b46df6588b400d080fd771cb5131d86f5ffd /gscanner.c | |
parent | 5900267cc7bfe0641709d43eaba28f6b0ff7ab0d (diff) |
applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry
* applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog
entry appended below)
* testglib.c
* gstrfuncs.c
* glib.h: use G_HAVE_GINT64, since HAVE_GINT64 is gone
* gmessages.c
* gscanner.c: #include <config.h> in here too, for HAVE_UNISTD_H
-Yosh
Diffstat (limited to 'gscanner.c')
-rw-r--r-- | gscanner.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gscanner.c b/gscanner.c index 2bb0f471a..04b3ae5ee 100644 --- a/gscanner.c +++ b/gscanner.c @@ -21,6 +21,10 @@ */ #define __gscanner_c__ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <stdarg.h> #include <string.h> |