From 8d8092a3b015a5106a1944def2a6adad19e0d084 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sat, 8 Mar 2014 20:03:15 -0500 Subject: [PATCH] Should build properly on Linux again Uses PATH_MAX which is defined in limits.h.. But we forgot to include limits.h, oops. --- src/config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h.in b/src/config.h.in index 7b4b728..ba8ea21 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -244,6 +244,7 @@ #include #include #include +#include /* * stuff under here shouldnt be changed