From f997ebc065f58792bcaf287ff619da344b9b3711 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 8 Jun 2010 09:32:41 +0200 Subject: Fixing windows part of the new dll code. --- src/MemoryModule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MemoryModule.c') diff --git a/src/MemoryModule.c b/src/MemoryModule.c index 5e6facd..83383c7 100644 --- a/src/MemoryModule.c +++ b/src/MemoryModule.c @@ -27,7 +27,7 @@ // disable warnings about pointer <-> DWORD conversions #pragma warning( disable : 4311 4312 ) -#include +#include #include #ifdef DEBUG_OUTPUT #include -- cgit v1.2.3