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.
|
|
|
|
Index: Source/cmGlobalNinjaGenerator.cxx
|
|
|
|
|
--- Source/cmGlobalNinjaGenerator.cxx.orig 2015-06-01 17:56:08.000000000 +0200
|
|
|
|
|
+++ Source/cmGlobalNinjaGenerator.cxx 2015-06-03 09:26:24.868305087 +0200
|
|
|
|
|
@@ -10,6 +10,12 @@
|
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
See the License for more information.
|
|
|
|
|
============================================================================*/
|
|
|
|
|
+
|
|
|
|
|
+#include <stdio.h>
|
|
|
|
|
+#include <stdlib.h>
|
|
|
|
|
+#include <sys/types.h>
|
|
|
|
|
+#include <sys/stat.h>
|
|
|
|
|
+
|
|
|
|
|
#include "cmGeneratedFileStream.h"
|
|
|
|
|
#include "cmGeneratorExpressionEvaluationFile.h"
|
|
|
|
|
#include "cmGeneratorTarget.h"
|
|
|
|
|
Index: Source/kwsys/Encoding.h.in
|
|
|
|
|
--- Source/kwsys/Encoding.h.in.orig 2015-06-01 17:56:09.000000000 +0200
|
|
|
|
|
+++ Source/kwsys/Encoding.h.in 2015-06-03 08:52:44.458357314 +0200
|
|
|
|
|
@@ -13,6 +13,7 @@
|
|
|
|
|
#define @KWSYS_NAMESPACE@_Encoding_h
|
|
|
|
|
|
|
|
|
|
#include <@KWSYS_NAMESPACE@/Configure.h>
|
|
|
|
|
+#include <stdlib.h>
|
|
|
|
|
#include <wchar.h>
|
|
|
|
|
|
|
|
|
|
/* Redefine all public interface symbol names to be in the proper
|