aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-12-02 08:46:15 +0000
committerMartin Willi <martin@strongswan.org>2008-12-02 08:46:15 +0000
commitf464d7507014d32a8dd4ee423cbf044a1c39a80f (patch)
tree8412c9a7a6cd698ede7b93c1976bac5daaa499b6 /src
parent394eb35b0cd034345d642200659edaf1788e253f (diff)
downloadstrongswan-f464d7507014d32a8dd4ee423cbf044a1c39a80f.tar.bz2
strongswan-f464d7507014d32a8dd4ee423cbf044a1c39a80f.tar.xz
added time.h include for struct tm
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/utils.c b/src/libstrongswan/utils.c
index 3a6a478ff..942f2ade0 100644
--- a/src/libstrongswan/utils.c
+++ b/src/libstrongswan/utils.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <unistd.h>
#include <dirent.h>
+#include <time.h>
#include <enum.h>
#include <debug.h>