From 9bc95a0c307e7614cc3d10671d6c1c90c3ac0a9f Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 27 Nov 2024 12:56:02 +0100 Subject: Fix compilation on MSVC --- src/house_arrest.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/house_arrest.c') diff --git a/src/house_arrest.c b/src/house_arrest.c index caad731..06068c6 100644 --- a/src/house_arrest.c +++ b/src/house_arrest.c @@ -24,7 +24,11 @@ #endif #include #include + +#ifndef _MSC_VER #include +#endif + #include #include "house_arrest.h" -- cgit v1.1-32-gdbae