diff options
author | Brian Paul <[email protected]> | 2017-10-05 13:30:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2017-10-10 11:28:31 -0600 |
commit | 3c5664b78d39e2d13f156369f8114ebbe08d6fb7 (patch) | |
tree | 213e556a639fff2c7bfa67079cd0e9e9904dcea3 /src/mesa/tnl | |
parent | d670dd6b65d8b8b255ddcf0d83aa7dcb6a38f30b (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 <[email protected]>
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 1 |
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" |