diff options
Diffstat (limited to 'src/openvpn/session_id.c')
-rw-r--r-- | src/openvpn/session_id.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openvpn/session_id.c b/src/openvpn/session_id.c index 7caf105..2e07b54 100644 --- a/src/openvpn/session_id.c +++ b/src/openvpn/session_id.c @@ -31,6 +31,12 @@ * it is called the key_id and is currently 2 bits long. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#elif defined(_MSC_VER) +#include "config-msvc.h" +#endif + #include "syshead.h" #if defined(ENABLE_CRYPTO) && defined(ENABLE_SSL) |