diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-08 15:19:17 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-08 15:19:17 (GMT) |
commit | 565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3 (patch) | |
tree | 54f5b65bcded1d4d0de700fbaa0ab355b2c7b377 | |
parent | 13b60f71f273a54711630f42f4e1816644cfd156 (diff) | |
download | CMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.zip CMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.tar.gz CMake-565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3.tar.bz2 |
added stdio
-rw-r--r-- | Source/cmStandardIncludes.h | 1 |
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. |