summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-29 18:09:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-29 18:09:38 (GMT)
commitdbd13144a36d4d46cf9a69ba016ed47af7c988c7 (patch)
treec474255195541defd838ad9a33033f19c51d0779 /Source/cmWin32ProcessExecution.h
parent595c15c84a8e463f2f8c816102d55c75cbdfb677 (diff)
downloadCMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.zip
CMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.tar.gz
CMake-dbd13144a36d4d46cf9a69ba016ed47af7c988c7.tar.bz2
possible fix for warnings
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r--Source/cmWin32ProcessExecution.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h
index acc214b..49ab00e 100644
--- a/Source/cmWin32ProcessExecution.h
+++ b/Source/cmWin32ProcessExecution.h
@@ -27,6 +27,7 @@
#include "cmStandardIncludes.h"
#include "windows.h"
+#include "stdio.h"
class cmMakefile;