Added another #include to avoid a compile time error on Mac OS X 10.9.1 with

gcc 4.8.
This commit is contained in:
Davis King 2014-02-10 18:31:52 -05:00
parent 440ffe8203
commit de95484424
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <libgen.h>
#include <limits.h>
#include <unistd.h>
#include <sys/stat.h>
#include <errno.h>