From: José Fonseca Date: Mon, 19 Nov 2007 19:22:30 +0000 (+0000) Subject: Fix build. X-Git-Tag: 062012170305~17580^2~390^2~3308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45f658f172b4a3fe6e5190fdba5c00e7f332845c;p=profile%2Fivi%2Fmesa.git Fix build. --- diff --git a/src/mesa/pipe/i915simple/i915_debug.h b/src/mesa/pipe/i915simple/i915_debug.h index 63f7195..13197f3 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"