From 5dffa316dff79b884de3d074715ea01d671abf77 Mon Sep 17 00:00:00 2001 From: merlijn Date: Sat, 7 Aug 2010 19:50:16 +0200 Subject: [PATCH] fix PATH_MAX error, thanks CU|CUdyin --- tools/quake3/common/vfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index de1992d..2effc0d 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -34,6 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // to get PATH_MAX #include #if defined (__linux__) || defined (__APPLE__) +#include #include #include #else -- 2.39.2