strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394eb35
)
added time.h include for struct tm
author
Martin Willi
<martin@strongswan.org>
Tue, 2 Dec 2008 08:46:15 +0000
(08:46 -0000)
committer
Martin Willi
<martin@strongswan.org>
Tue, 2 Dec 2008 08:46:15 +0000
(08:46 -0000)
src/libstrongswan/utils.c
patch
|
blob
|
history
diff --git
a/src/libstrongswan/utils.c
b/src/libstrongswan/utils.c
index
3a6a478
..
942f2ad
100644
(file)
--- 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>