Mesa (master): gallium/util: fix build break

Rob Clark robclark at kemper.freedesktop.org
Fri May 27 01:04:35 UTC 2016


Module: Mesa
Branch: master
Commit: 4f98c94be7e56a535a6b84a5561ae071e052c1e2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f98c94be7e56a535a6b84a5561ae071e052c1e2

Author: Rob Clark <robclark at freedesktop.org>
Date:   Thu May 26 20:59:08 2016 -0400

gallium/util: fix build break

Missing #include caused build breaks after 21a3fb9cd.

Signed-off-by: Rob Clark <robclark at freedesktop.org>

---

 src/gallium/auxiliary/util/u_upload_mgr.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h
index 6c70723..b36e9e5 100644
--- a/src/gallium/auxiliary/util/u_upload_mgr.h
+++ b/src/gallium/auxiliary/util/u_upload_mgr.h
@@ -33,6 +33,7 @@
 #define U_UPLOAD_MGR_H
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_defines.h"
 
 struct pipe_context;
 struct pipe_resource;




More information about the mesa-commit mailing list