Adding #include <stdlib.h> to 'abc_global.h' to prevent compilation problem on some platforms.

This commit is contained in:
Alan Mishchenko 2013-07-01 14:07:42 -07:00
parent 9065da8189
commit 64e2ee223b
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
#include <time.h>
#include <stdarg.h>
#include <stdlib.h>
////////////////////////////////////////////////////////////////////////
/// NAMESPACES ///