summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-06-15 18:57:45 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-06-15 18:57:45 +0100
commit940cb7ce163664778f7055953392fb43d5fc31fc (patch)
tree7cf101c51697fe2053a085a0503458adad1990e0
parent5d0cf9ebb41c05b0c6fa6914ccbb1e1871e27099 (diff)
gallium: Ensure assert macro is defined before being used in p_thread.h
-rw-r--r--src/gallium/include/pipe/p_thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_thread.h b/src/gallium/include/pipe/p_thread.h
index de55e99ed49..ce8d79549ad 100644
--- a/src/gallium/include/pipe/p_thread.h
+++ b/src/gallium/include/pipe/p_thread.h
@@ -36,6 +36,7 @@
#include "pipe/p_compiler.h"
+#include "util/u_debug.h" /* for assert */
#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)