]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
include glib.h instead of limits.h
authormerlijn <mhofstra@gmail.com>
Sun, 8 Aug 2010 14:30:20 +0000 (16:30 +0200)
committermerlijn <mhofstra@gmail.com>
Sun, 8 Aug 2010 14:30:20 +0000 (16:30 +0200)
tools/quake3/common/vfs.h

index 2effc0d6bb7c5fa5ab3225b5e4ae3d861d77727a..004402bf0323df4b557ee1361c099bf3d5ad0e23 100644 (file)
@@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 // to get PATH_MAX
 #include <stdio.h>
 #if defined (__linux__) || defined (__APPLE__)
-#include <limits.h>
+#include <glib.h>
 #include <dirent.h>
 #include <unistd.h>
 #else