openbsd-ports/www/fennec/patches/patch-gfx_thebes_gfxTextRunWordCache_cpp
2011-06-28 22:01:17 +00:00

15 lines
367 B
Plaintext

$OpenBSD: patch-gfx_thebes_gfxTextRunWordCache_cpp,v 1.3 2011/06/28 22:01:18 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