b16ee369be
Tested on amd64 and macppc.
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
$OpenBSD: patch-gfx_thebes_GLContext_h,v 1.3 2011/06/28 22:01:18 landry Exp $
|
|
Allow to build with --enable-debug
|
|
--- gfx/thebes/GLContext.h.orig Thu Feb 3 21:11:48 2011
|
|
+++ gfx/thebes/GLContext.h Mon Feb 14 20:41:03 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>
|
|
|