summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-19 19:22:30 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-22 11:44:13 +0000
commit45f658f172b4a3fe6e5190fdba5c00e7f332845c (patch)
treeb7859eb704ae730b6acfa9772d270e25c9bffd57 /src/mesa
parent369ff9786d88d813fb8cd07607b5c1088399a702 (diff)
Fix build.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/i915simple/i915_debug.h2
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 63f7195626..13197f3595 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"