summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2018-03-10 02:48:42 +0100
committerRoland Scheidegger <sroland@vmware.com>2018-03-10 20:09:04 +0100
commit0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376 (patch)
treee159973f54f0fbdb6aaa0c4c024a05ee91dbe247 /src/gallium/auxiliary
parentc9b153fea746fa0bef100d72d157e534dbd44905 (diff)
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@web.de> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/u_blit.h1
1 files changed, 1 insertions, 0 deletions
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