From 8e7b23b34b5feaaad3c7e3bb5d175ba83fc898ae Mon Sep 17 00:00:00 2001 From: Niklas Hofmann Date: Fri, 21 Nov 2014 00:20:50 +0100 Subject: [PATCH] mingw compatibility --- src/meshlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlink.h b/src/meshlink.h index 88ec2357..1f4bb726 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -26,7 +26,7 @@ #include #if defined(_WIN32) -#include +#include #else #include #include -- 2.39.2