Mesa (gallium-0.1): util: Add missing include.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jul 27 11:52:50 UTC 2009


Module: Mesa
Branch: gallium-0.1
Commit: dcd162a393784dfd5fd5b211fc991ce226f96b0d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcd162a393784dfd5fd5b211fc991ce226f96b0d

Author: José Fonseca <jfonseca at vmware.com>
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)




More information about the mesa-commit mailing list