summaryrefslogtreecommitdiff
path: root/spec/ffi/fixtures/PointerTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ffi/fixtures/PointerTest.c')
-rw-r--r--spec/ffi/fixtures/PointerTest.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
+#ifndef _MSC_VER
#include <sys/param.h>
+#endif
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>