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:
5373f2a
)
fixed compiler warning (missing include)
author
Martin Willi
<martin@strongswan.org>
Tue, 13 May 2008 07:37:08 +0000
(07:37 -0000)
committer
Martin Willi
<martin@strongswan.org>
Tue, 13 May 2008 07:37:08 +0000
(07:37 -0000)
src/starter/invokepluto.c
patch
|
blob
|
history
diff --git
a/src/starter/invokepluto.c
b/src/starter/invokepluto.c
index
b1bca0e
..
241bad7
100644
(file)
--- a/
src/starter/invokepluto.c
+++ b/
src/starter/invokepluto.c
@@
-21,6
+21,7
@@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
+#include <fcntl.h>
#include <freeswan.h>