projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9f229
)
gallium/util: fix build break
author
Rob Clark
<robclark@freedesktop.org>
Fri, 27 May 2016 00:59:08 +0000
(20:59 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Fri, 27 May 2016 00:59:08 +0000
(20:59 -0400)
Missing #include caused build breaks after
21a3fb9cd
.
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/auxiliary/util/u_upload_mgr.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_upload_mgr.h
b/src/gallium/auxiliary/util/u_upload_mgr.h
index 6c70723ecc696c0998de8033af217c5aa1ee5670..b36e9e5d9dbfaa21e642bbc760600b36f2e6ce39 100644
(file)
--- 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;