aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_socket.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-10-11 12:37:13 +0200
committerTobias Brunner <tobias@strongswan.org>2011-10-11 16:30:20 +0200
commitf7ce74983ddf3536976526866595a8de5002790d (patch)
treea4d62f4f5406e35b5ccea92ef96554dde947d96f /src/libcharon/plugins/stroke/stroke_socket.c
parentd3bd67239ff23c2dee180a1d14220ad1cf639614 (diff)
downloadstrongswan-f7ce74983ddf3536976526866595a8de5002790d.tar.bz2
strongswan-f7ce74983ddf3536976526866595a8de5002790d.tar.xz
Removed unneeded include.
This is not available on Android and redirects to <fcntl.h> on Ubuntu.
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_socket.c')
-rw-r--r--src/libcharon/plugins/stroke/stroke_socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_socket.c b/src/libcharon/plugins/stroke/stroke_socket.c
index 3fd21d213..808906f00 100644
--- a/src/libcharon/plugins/stroke/stroke_socket.c
+++ b/src/libcharon/plugins/stroke/stroke_socket.c
@@ -20,7 +20,6 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/fcntl.h>
#include <unistd.h>
#include <errno.h>