]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pluto: Fixed include for control socket.
authorTobias Brunner <tobias@strongswan.org>
Fri, 14 Oct 2011 13:10:35 +0000 (15:10 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 14 Oct 2011 15:36:20 +0000 (17:36 +0200)
src/pluto/plutomain.c

index 4eac5a22a6a2a92bcd648b2f39fb013ae3abb6ba..d5085f5d828e39511a168be674c5d4a963bb170d 100644 (file)
@@ -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>