summaryrefslogtreecommitdiffstats
path: root/src/openvpn/mbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/mbuf.c')
-rw-r--r--src/openvpn/mbuf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/openvpn/mbuf.c b/src/openvpn/mbuf.c
index 0f36d3c..82f2388 100644
--- a/src/openvpn/mbuf.c
+++ b/src/openvpn/mbuf.c
@@ -22,6 +22,12 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#elif defined(_MSC_VER)
+#include "config-msvc.h"
+#endif
+
#include "syshead.h"
#if P2MP