From: Martin Willi Date: Tue, 19 Nov 2013 09:06:42 +0000 (+0100) Subject: tun-device: Include before X-Git-Tag: 5.1.2dr1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cbe4e6ce4126a9be4e6a0605c6fb65e93470c71;p=thirdparty%2Fstrongswan.git tun-device: Include before Fixes a build error on CentOS 6.4. --- diff --git a/src/libstrongswan/networking/tun_device.c b/src/libstrongswan/networking/tun_device.c index 65268d242a..ef296357e2 100644 --- a/src/libstrongswan/networking/tun_device.c +++ b/src/libstrongswan/networking/tun_device.c @@ -46,6 +46,7 @@ tun_device_t *tun_device_create(const char *name_tmpl) #include #include #elif defined(__linux__) +#include #include #else #include