From 528340e056ba9d45d5a27aab1fbb9101dc283ae9 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 20 Aug 2020 16:29:33 +0000 Subject: [PATCH] dont include sys/wait.h on windows --- daemon/lokinet-vpn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/lokinet-vpn.cpp b/daemon/lokinet-vpn.cpp index 949f6c2bc..9fc5a385a 100644 --- a/daemon/lokinet-vpn.cpp +++ b/daemon/lokinet-vpn.cpp @@ -5,7 +5,6 @@ #include #include #include -#include #ifdef _WIN32 // add the unholy windows headers for iphlpapi @@ -13,6 +12,8 @@ #include #include #include +#else +#include #endif /// do a lokimq request on an lmq instance blocking style