intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 26 Feb 2008 18:48:13 +0000 (18:48 +0000)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 26 Feb 2008 18:48:13 +0000 (18:48 +0000)
Include pipe/p_debug.h to consistently enable or disable the debugging code.

src/gallium/winsys/dri/intel/intel_context.h

index b01370c049c5a08d3cab25c285172bd9cc9aa186..45430984d8fb1e36b280572c885a49b12b086ac1 100644 (file)
@@ -30,6 +30,9 @@
 
 
 #include "drm.h"
+
+#include "pipe/p_debug.h"
+
 #include "intel_screen.h"
 #include "i915_drm.h"