Linux build error fix

Included file stdlib.h added

Errors still exist in the build. PR'ing this as a test to see if current
errors are due to an incompatible compiler.
This commit is contained in:
Charles A Edwards 2016-07-26 07:48:10 +01:00 committed by Antz
parent 31459a6243
commit d1523f202b

View file

@ -27,6 +27,7 @@
#include <time.h> #include <time.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4996) #pragma warning(disable:4996)