summaryrefslogtreecommitdiffstats
path: root/src/openvpn/gremlin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/gremlin.c')
-rw-r--r--src/openvpn/gremlin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openvpn/gremlin.c b/src/openvpn/gremlin.c
index c7c0206..f0aa7f6 100644
--- a/src/openvpn/gremlin.c
+++ b/src/openvpn/gremlin.c
@@ -27,6 +27,12 @@
* network outages when the --gremlin option is used.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#elif defined(_MSC_VER)
+#include "config-msvc.h"
+#endif
+
#include "syshead.h"
#ifdef ENABLE_DEBUG