summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-08-08 15:19:17 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-08-08 15:19:17 (GMT)
commit565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3 (patch)
tree54f5b65bcded1d4d0de700fbaa0ab355b2c7b377 /Source/cmStandardIncludes.h
parent13b60f71f273a54711630f42f4e1816644cfd156 (diff)
downloadCMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.zip
CMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.tar.gz
CMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.tar.bz2
added stdio
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 98211b6..d065f6f 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -75,6 +75,7 @@
// include the "c" string header
#include <string.h>
+#include <stdio.h>
#if !defined(_WIN32) && defined(__COMO__)
// Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.