nsis-missing-unistd-include.patch 317 B

123456789101112
  1. --- nsis-2.46-src.old/Source/util.h 2009-03-28 09:47:26.000000000 +0000
  2. +++ nsis-2.46-src/Source/util.h 2012-01-16 12:22:14.967416817 +0000
  3. @@ -17,6 +17,8 @@
  4. #ifndef _UTIL_H_
  5. #define _UTIL_H_
  6. +#include <unistd.h>
  7. +
  8. #include <string> // for std::string
  9. #include "boost/scoped_ptr.hpp" // for boost::scoped_ptr