Module: Mesa Branch: gallium-0.1 Commit: dcd162a393784dfd5fd5b211fc991ce226f96b0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcd162a393784dfd5fd5b211fc991ce226f96b0d
Author: José Fonseca <[email protected]> Date: Wed May 20 23:14:35 2009 +0100 util: Add missing include. For assert macro. --- src/gallium/include/pipe/p_thread.h | 1 + 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 e01d5a6..fbd8424 100644 --- a/src/gallium/include/pipe/p_thread.h +++ b/src/gallium/include/pipe/p_thread.h @@ -34,6 +34,7 @@ #include "pipe/p_compiler.h" +#include "pipe/p_debug.h" #if defined(PIPE_OS_LINUX) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
