ddd3e93eae
Too much changes to list them, just enjoy it. Thanks to the ones who tested the betas/rc. ok jasper@
15 lines
367 B
Plaintext
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
|