arogue7: add missing header includes.

This commit is contained in:
John "Elwin" Edwards 2015-05-08 16:45:41 -04:00
parent cf121ade21
commit 3095366864
24 changed files with 28 additions and 2 deletions

View file

@ -62,6 +62,7 @@
#endif
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>