include unistd.h for chdir()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3756 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
92729a99ca
commit
45bc724d43
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ const char *NSIS_VERSION="v2.02";
|
|||
#include <signal.h>
|
||||
#ifdef _WIN32
|
||||
# include <direct.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "build.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue