From ae76545a0094114ef29dba52df97e69ab28b3dbc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 3 Mar 2013 09:50:44 +0100 Subject: Abstract mmap() into a compat API The Win32 for mmap() is very different from Unix, so abstract this into our own p11_mmap_xxx() functions. --- tools/tests/test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/tests/test.c b/tools/tests/test.c index ecc0410..c445099 100644 --- a/tools/tests/test.c +++ b/tools/tests/test.c @@ -38,6 +38,8 @@ #include "debug.h" #include "test.h" +#include + #include #include #include -- cgit v1.1