mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
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:
@@ -76,6 +76,7 @@
|
||||
// include the "c" string header
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !defined(_WIN32) && defined(__COMO__)
|
||||
// Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.
|
||||
|
||||
Reference in New Issue
Block a user