aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-21 13:56:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-21 13:56:06 +0000
commite522059ff941e429dd1a9f762adf13531ba4a2aa (patch)
treea354bafd07e45f4bc253365dcf7c2ca328e6e97b /tempfile.c
parent65ff056f3786c540d2c8fb108ef9234e5e0146e6 (diff)
Include time.h as compilation might fail with old gilb (2.4)
Thanks Jeff. svn path=/trunk/; revision=36767
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tempfile.c b/tempfile.c
index 992dc1ce99..c3cf976589 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -28,6 +28,7 @@
#include <glib.h>
+#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>