summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-02-26 18:48:13 +0000
committerMichel Dänzer <michel@tungstengraphics.com>2008-02-26 18:48:13 +0000
commitdbf12dcdb78aa251fe0d09b49aa661481727ecf6 (patch)
treec90087699f1a222fd586b95d37daab04db9e044c /src
parent4901410293b35ac6bb4759142b50fcc0be8a1b25 (diff)
intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.
Include pipe/p_debug.h to consistently enable or disable the debugging code.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/winsys/dri/intel/intel_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/winsys/dri/intel/intel_context.h b/src/gallium/winsys/dri/intel/intel_context.h
index b01370c049..45430984d8 100644
--- a/src/gallium/winsys/dri/intel/intel_context.h
+++ b/src/gallium/winsys/dri/intel/intel_context.h
@@ -30,6 +30,9 @@
#include "drm.h"
+
+#include "pipe/p_debug.h"
+
#include "intel_screen.h"
#include "i915_drm.h"