You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/nsis/files/nsis-2.46-gcc47.patch

16 lines
357 B

Fix building with gcc-4.7
https://bugs.gentoo.org/show_bug.cgi?id=421871
Patch written by Kacper Kowalik <xarthisius@gentoo.org>
--- a/Source/util.h
+++ b/Source/util.h
@@ -18,6 +18,7 @@
#define _UTIL_H_
#include <string> // for std::string
+#include <unistd.h>
#include "boost/scoped_ptr.hpp" // for boost::scoped_ptr
#include "ResourceEditor.h"