Mesa (master): u_blit: (trivial) u_blit.h needs to include p_defines.h

Roland Scheidegger sroland at kemper.freedesktop.org
Sat Mar 10 19:09:09 UTC 2018


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

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Sat Mar 10 02:48:42 2018 +0100

u_blit: (trivial) u_blit.h needs to include p_defines.h

(For the pipe_tex_filter enum)

Reviewed-by: Mathias Fröhlich <mathias.froehlich at web.de>
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

---

 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 085ea63570..004ceaecd8 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




More information about the mesa-commit mailing list