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:
parent
c8772c286e
commit
084a1c9900
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue