From 939a936a44288946b0bf636a40345d51bf3adb89 Mon Sep 17 00:00:00 2001 From: oripel Date: Mon, 11 Oct 2004 21:21:24 +0000 Subject: [PATCH] added missing #include statement for Linux git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3711 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/mmap.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/mmap.h b/Source/mmap.h index d292c389..6b6f060f 100644 --- a/Source/mmap.h +++ b/Source/mmap.h @@ -4,6 +4,10 @@ #include "Platform.h" #include "growbuf.h" +#ifndef _WIN32 +#include // for FILE* +#endif + class IMMap { public: