summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glx/apple/apple_visual.c1
-rw-r--r--src/glx/glxcmds.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/apple/apple_visual.c b/src/glx/apple/apple_visual.c
index d482bfc4e7..4a90d77c3a 100644
--- a/src/glx/apple/apple_visual.c
+++ b/src/glx/apple/apple_visual.c
@@ -32,6 +32,7 @@
#include <stdlib.h>
#include <assert.h>
#include <GL/gl.h>
+#include <util/debug.h>
/* <rdar://problem/6953344> */
#define glTexImage1D glTexImage1D_OSX
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index eee45d962d..943b81754f 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -43,6 +43,7 @@
#ifdef GLX_USE_APPLEGL
#include "apple/apple_glx_context.h"
#include "apple/apple_glx.h"
+#include "util/debug.h"
#else
#include <sys/time.h>
#ifdef XF86VIDMODE