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
This commit is contained in:
anders_k 2012-11-09 23:43:03 +00:00
parent bd2afdb1f3
commit 56b0149fd1

View file

@ -27,6 +27,7 @@
#ifndef _WIN32
# include <iconv.h>
# include <stdio.h>
# include <unistd.h>
#endif