GTK+ build fix for breakage in r33056. Include limits.h for INT_MAX.
* platform/graphics/FontCache.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@33060
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-05-12 Alp Toker <alp@nuanti.com>
+
+ GTK+ build fix for breakage in r33056. Include limits.h for INT_MAX.
+
+ * platform/graphics/FontCache.h:
+
2008-05-12 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
#ifndef FontCache_h
#define FontCache_h
+#include <limits.h>
#include <wtf/unicode/Unicode.h>
#if PLATFORM(WIN)