arogue5: add missing header files.

This commit is contained in:
John "Elwin" Edwards 2012-08-11 17:19:03 +00:00
parent 5ce56875ec
commit f0527564ea
21 changed files with 29 additions and 0 deletions

View file

@ -45,6 +45,7 @@
#endif
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32) && !defined(__MINGW32__)
#define PATH_MAX MAX_PATH