From 3c5664b78d39e2d13f156369f8114ebbe08d6fb7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 Oct 2017 13:30:32 -0600 Subject: 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 --- src/mesa/tnl/t_vertex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl') 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 #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" -- cgit v1.2.3