From 565ed7d8a184fdf4157f4c2c4fabe1ce4b07fde3 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 8 Aug 2003 11:19:17 -0400 Subject: [PATCH] added stdio --- Source/cmStandardIncludes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 98211b6f1d..d065f6f686 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -75,6 +75,7 @@ // include the "c" string header #include +#include #if !defined(_WIN32) && defined(__COMO__) // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.