[Mesa-dev] [PATCH] u_blit: (trivial) u_blit.h needs to include p_defines.h
sroland at vmware.com
sroland at vmware.com
Sat Mar 10 01:49:16 UTC 2018
From: Roland Scheidegger <sroland at vmware.com>
(For the pipe_tex_filter enum)
---
src/gallium/auxiliary/util/u_blit.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h
index 085ea63..004ceae 100644
--- a/src/gallium/auxiliary/util/u_blit.h
+++ b/src/gallium/auxiliary/util/u_blit.h
@@ -31,6 +31,7 @@
#include "pipe/p_compiler.h"
+#include "pipe/p_defines.h"
#ifdef __cplusplus
--
2.7.4
More information about the mesa-dev
mailing list