diff options
author | Michel Dänzer <[email protected]> | 2008-02-26 18:48:13 +0000 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-02-26 18:48:13 +0000 |
commit | dbf12dcdb78aa251fe0d09b49aa661481727ecf6 (patch) | |
tree | c90087699f1a222fd586b95d37daab04db9e044c /src/gallium | |
parent | 4901410293b35ac6bb4759142b50fcc0be8a1b25 (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/gallium')
-rw-r--r-- | src/gallium/winsys/dri/intel/intel_context.h | 3 |
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 b01370c049c..45430984d8f 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" |