Should build properly on Linux again

Uses PATH_MAX which is defined in limits.h.. But we forgot to include
limits.h, oops.
This commit is contained in:
MadCamel
2014-03-08 20:03:15 -05:00
parent aba69cb20f
commit 8d8092a3b0

View File

@@ -244,6 +244,7 @@
#include <fcntl.h>
#include <time.h>
#include <errno.h>
#include <limits.h>
/*
* stuff under here shouldnt be changed