diff options
Diffstat (limited to 'src/openvpn/tun.c')
-rw-r--r-- | src/openvpn/tun.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 9df7126..abc6a99 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -30,6 +30,12 @@ * from VTun by Maxim Krasnyansky <max_mk@yahoo.com>. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#elif defined(_MSC_VER) +#include "config-msvc.h" +#endif + #include "syshead.h" #include "tun.h" |