Fixed Linux build.

OSX built without limits.h
This commit is contained in:
Pete Johns 2010-12-26 23:08:51 +11:00
parent 64e2c8668c
commit 59acbb3da0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <glob.h>
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>
#endif
#ifndef _WIN32