From 084a1c9900decdaadaa24fc1dd30875e7892e660 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 11 Mar 2005 10:03:56 -0500 Subject: [PATCH] COMP: Adding stdlib.h to standard includes. We are using functions from it all over the place assuming it has been included here. --- Source/cmStandardIncludes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 38a7afac0..5d7e6131a 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -76,6 +76,7 @@ // include the "c" string header #include #include +#include #if !defined(_WIN32) && defined(__COMO__) // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.