diff options
author | José Fonseca <[email protected]> | 2007-11-19 19:22:30 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2007-11-22 11:44:13 +0000 |
commit | 45f658f172b4a3fe6e5190fdba5c00e7f332845c (patch) | |
tree | b7859eb704ae730b6acfa9772d270e25c9bffd57 /src/mesa/pipe/i915simple | |
parent | 369ff9786d88d813fb8cd07607b5c1088399a702 (diff) |
Fix build.
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_debug.h b/src/mesa/pipe/i915simple/i915_debug.h index 63f7195626a..13197f35951 100644 --- a/src/mesa/pipe/i915simple/i915_debug.h +++ b/src/mesa/pipe/i915simple/i915_debug.h @@ -69,7 +69,7 @@ void i915_print_ureg(const char *msg, unsigned ureg); #define DEBUG_SURFACE 0x2000 #define DEBUG_WINSYS 0x4000 -#ifdef DEBUG +#if defined(DEBUG) && defined(FILE_DEBUG_FLAG) #include "pipe/p_winsys.h" |