Commit 64e2ee22 by Alan Mishchenko

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

parent 9065da81
......@@ -77,6 +77,7 @@
#include <time.h>
#include <stdarg.h>
#include <stdlib.h>
////////////////////////////////////////////////////////////////////////
/// NAMESPACES ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment