diff options
| author | Brian <brian@i915.localnet.net> | 2008-02-22 14:07:12 -0700 | 
|---|---|---|
| committer | Brian <brian@i915.localnet.net> | 2008-02-22 14:07:12 -0700 | 
| commit | 24f3d7de29c5cd30ced7c3ce7293902460a82e0b (patch) | |
| tree | 2457a144298532ed51179fc752a4e6ee4ac6a1b7 | |
| parent | 12c14c31b71d4bac494c4470a34e28ec66309254 (diff) | |
i915: include p_debug.h (resolves undefined assert())
| -rw-r--r-- | src/gallium/winsys/dri/intel/intel_batchbuffer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/winsys/dri/intel/intel_batchbuffer.h b/src/gallium/winsys/dri/intel/intel_batchbuffer.h index 82feafa21f..caf6870a3c 100644 --- a/src/gallium/winsys/dri/intel/intel_batchbuffer.h +++ b/src/gallium/winsys/dri/intel/intel_batchbuffer.h @@ -28,6 +28,7 @@  #ifndef INTEL_BATCHBUFFER_H  #define INTEL_BATCHBUFFER_H +#include "pipe/p_debug.h"  #include "pipe/p_compiler.h"  #include "dri_bufmgr.h" | 
