aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-10-14 15:10:35 +0200
committerTobias Brunner <tobias@strongswan.org>2011-10-14 17:36:20 +0200
commit926ed7d6471085c28099b2a602ac306364947795 (patch)
tree74d60e6263da95ac004a4e026639fcb5be22b02f
parent345e5330b5ebfd356a03b293e1fca069d52f17ea (diff)
downloadstrongswan-926ed7d6471085c28099b2a602ac306364947795.tar.bz2
strongswan-926ed7d6471085c28099b2a602ac306364947795.tar.xz
pluto: Fixed include for control socket.
-rw-r--r--src/pluto/plutomain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c
index 4eac5a22a..d5085f5d8 100644
--- a/src/pluto/plutomain.c
+++ b/src/pluto/plutomain.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <sys/un.h>
#include <fcntl.h>
#include <getopt.h>