From 45bc724d43f0fc1e640f31c95051a5cb2b869505 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 25 Oct 2004 17:51:55 +0000 Subject: [PATCH] include unistd.h for chdir() git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3756 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/makenssi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index df566c7e..6ea95896 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -38,6 +38,8 @@ const char *NSIS_VERSION="v2.02"; #include #ifdef _WIN32 # include +#else +# include #endif #include "build.h"