From 2ae591bdf13f02f23471ea302b55eaccbb810dd7 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck Date: Tue, 3 Jan 2012 08:10:42 -0700 Subject: [PATCH] gallium: use Haiku provided debug_printf in OS.h Signed-off-by: Brian Paul --- src/gallium/auxiliary/util/u_debug.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index b5ea4050633..cbea3583037 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -91,8 +91,11 @@ debug_printf(const char *format, ...) (void) format; /* silence warning */ #endif } +#else /* is Haiku */ +/* Haiku provides debug_printf in libroot with OS.h */ +#include +#endif -#endif /* !PIPE_OS_HAIKU */ /* * ... isn't portable so we need to pass arguments in parentheses. -- 2.11.0