From 4d04ade414650a16930e5e43ac01bfca71f2c304 Mon Sep 17 00:00:00 2001 From: merlijn Date: Sun, 8 Aug 2010 16:30:20 +0200 Subject: [PATCH] include glib.h instead of limits.h --- tools/quake3/common/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index 2effc0d6..004402bf 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -34,7 +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 #include #else -- 2.39.2