summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2017-10-05 13:30:32 -0600
committerBrian Paul <brianp@vmware.com>2017-10-10 11:28:31 -0600
commit3c5664b78d39e2d13f156369f8114ebbe08d6fb7 (patch)
tree213e556a639fff2c7bfa67079cd0e9e9904dcea3 /src/mesa/tnl
parentd670dd6b65d8b8b255ddcf0d83aa7dcb6a38f30b (diff)
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Try to start removing things from the cluttered imports.h file. v2: add new header to Makefile.sources Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_vertex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
index c3294b007b0..76ff97720ca 100644
--- a/src/mesa/tnl/t_vertex.c
+++ b/src/mesa/tnl/t_vertex.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include "main/glheader.h"
#include "main/context.h"
+#include "main/execmem.h"
#include "swrast/s_chan.h"
#include "t_context.h"
#include "t_vertex.h"