openbsd-ports/www/mozilla-firefox/patches/patch-gfx_thebes_gfxTextRunWordCache_cpp
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

15 lines
367 B
Plaintext

$OpenBSD: patch-gfx_thebes_gfxTextRunWordCache_cpp,v 1.1 2011/03/30 21:39:14 landry Exp $
--- gfx/thebes/gfxTextRunWordCache.cpp.orig Thu Feb 3 21:11:48 2011
+++ gfx/thebes/gfxTextRunWordCache.cpp Mon Feb 14 20:41:37 2011
@@ -49,6 +49,10 @@
#include "nsBidiUtils.h"
+#if defined(XP_UNIX)
+#include <stdint.h>
+#endif
+
#ifdef DEBUG
#include <stdio.h>
#endif