Add stdlib.h to solve compilation error caused by missing abort() prototype

Perhaps we'd better move this include to BLI_utildefines as we made with
with other includes needed for BLI_abort?
This commit is contained in:
Sergey Sharybin
2013-08-24 17:15:59 +00:00
parent 1e2ceabbe1
commit 6caad3445e

View File

@@ -28,6 +28,8 @@
* \date 22/05/2003
*/
#include <stdlib.h>
#include "BLI_utildefines.h"
#ifdef WITH_CXX_GUARDEDALLOC