From: merlijn Date: Sat, 7 Aug 2010 17:50:16 +0000 (+0200) Subject: fix PATH_MAX error, thanks CU|CUdyin X-Git-Tag: xonotic-v0.5.0~237 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5dffa316dff79b884de3d074715ea01d671abf77;p=xonotic%2Fnetradiant.git fix PATH_MAX error, thanks CU|CUdyin --- diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index de1992d2..2effc0d6 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