From 2589b0a4b931be9e61e1c279d1a577a492f18dfc Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Thu, 20 Apr 2023 00:45:21 -0700 Subject: MSVC does not include --- spec/ffi/fixtures/PointerTest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/ffi/fixtures/PointerTest.c b/spec/ffi/fixtures/PointerTest.c index a7f392a..02dbc27 100644 --- a/spec/ffi/fixtures/PointerTest.c +++ b/spec/ffi/fixtures/PointerTest.c @@ -5,7 +5,9 @@ */ #include +#ifndef _MSC_VER #include +#endif #include #include #include -- cgit v1.2.1