COMP: Adding stdlib.h to standard includes. We are using functions from it all over the place assuming it has been included here.

This commit is contained in:
Brad King 2005-03-11 10:03:56 -05:00
parent c8772c286e
commit 084a1c9900
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
// include the "c" string header // include the "c" string header
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#if !defined(_WIN32) && defined(__COMO__) #if !defined(_WIN32) && defined(__COMO__)
// Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE. // Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.