mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
11 lines
294 B
Diff
11 lines
294 B
Diff
|
--- nsis-2.46-src/Source/script.cpp.orig 2012-09-19 07:37:04.579646966 +0700
|
||
|
+++ nsis-2.46-src/Source/script.cpp 2012-09-19 07:37:34.676226671 +0700
|
||
|
@@ -16,6 +16,7 @@
|
||
|
|
||
|
#include "Platform.h"
|
||
|
#include <stdio.h>
|
||
|
+#include <unistd.h>
|
||
|
#include <ctype.h>
|
||
|
#include "tokens.h"
|
||
|
#include "build.h"
|