$OpenBSD: patch-mozilla_gfx_thebes_GLContext_h,v 1.1 2011/07/24 07:31:57 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=633857
--- mozilla/gfx/thebes/GLContext.h.orig	Fri Jan 14 23:21:29 2011
+++ mozilla/gfx/thebes/GLContext.h	Wed Feb 16 11:00:40 2011
@@ -42,6 +42,9 @@
 #define GLCONTEXT_H_
 
 #include <stdio.h>
+#if defined(XP_UNIX)
+#include <stdint.h>
+#endif
 #include <string.h>
 #include <ctype.h>
 
