From f6e0153a805db7a3b6826a9b3a86da49e22da8b8 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Fri, 25 Feb 2005 04:25:58 +0000 Subject: [PATCH] include pstypes.h for PATH_MAX --- include/physfsx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/physfsx.h b/include/physfsx.h index add6dc08..3a475ecc 100644 --- a/include/physfsx.h +++ b/include/physfsx.h @@ -1,4 +1,4 @@ -/* $Id: physfsx.h,v 1.8 2005-02-25 02:02:22 chris Exp $ */ +/* $Id: physfsx.h,v 1.9 2005-02-25 04:25:58 chris Exp $ */ /* * @@ -21,6 +21,7 @@ #include +#include "pstypes.h" #include "error.h" static inline int PHYSFSX_readString(PHYSFS_file *file, char *s) -- 2.39.2