gallium: Ensure assert macro is defined before being used in p_thread.h

This commit is contained in:
José Fonseca 2009-06-15 18:57:45 +01:00
parent 5d0cf9ebb4
commit 940cb7ce16
1 changed files with 1 additions and 0 deletions

View File

@ -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)