diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-11 12:37:13 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-11 16:30:20 +0200 |
commit | f7ce74983ddf3536976526866595a8de5002790d (patch) | |
tree | a4d62f4f5406e35b5ccea92ef96554dde947d96f /src/libcharon/plugins/stroke/stroke_socket.c | |
parent | d3bd67239ff23c2dee180a1d14220ad1cf639614 (diff) | |
download | strongswan-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.c | 1 |
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> |