$OpenBSD: patch-mozilla_gfx_thebes_gfxTextRunWordCache_cpp,v 1.1 2011/07/24 07:31:57 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=633857
--- mozilla/gfx/thebes/gfxTextRunWordCache.cpp.orig	Mon Feb 14 22:48:46 2011
+++ mozilla/gfx/thebes/gfxTextRunWordCache.cpp	Mon Feb 14 22:49:06 2011
@@ -49,6 +49,9 @@
 
 #include "nsBidiUtils.h"
 
+#if defined(XP_UNIX)
+#include <stdint.h>
+#endif
 #ifdef DEBUG
 #include <stdio.h>
 #endif
