summaryrefslogtreecommitdiff
path: root/gdate.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-01-12 09:32:31 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-01-12 09:32:31 +0000
commit90546ebdc1b8c9d6014103f709d459611fc833b4 (patch)
tree36e5f98970dded46b94e22bae71d2c68224d6899 /gdate.c
parentb4c62873da3942abcb6f1f6a9d878ce1314b28ab (diff)
downloadglib-90546ebdc1b8c9d6014103f709d459611fc833b4.tar.gz
Include config.h to get HAVE_LOCALTIME_R macro.
1999-01-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gdate.c: Include config.h to get HAVE_LOCALTIME_R macro. * configure.in: Moved function check back to the place, they've been before.
Diffstat (limited to 'gdate.c')
-rw-r--r--gdate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdate.c b/gdate.c
index f44d70b73..44a6bad67 100644
--- a/gdate.c
+++ b/gdate.c
@@ -21,6 +21,10 @@
* MT safe
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "glib.h"
#include <time.h>