From 56b0149fd19e756bd9e3943d66e510f0526afaee Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 9 Nov 2012 23:43:03 +0000 Subject: [PATCH] Fix Bug#3571461 - Include POSIX header file git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6276 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/util.h b/Source/util.h index 77e06575..f5757750 100644 --- a/Source/util.h +++ b/Source/util.h @@ -27,6 +27,7 @@ #ifndef _WIN32 # include # include +# include #endif