diff --git a/src/libstrongswan/networking/tun_device.c b/src/libstrongswan/networking/tun_device.c index 65268d242..ef296357e 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