summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-10-05 13:30:32 -0600
committerBrian Paul <[email protected]>2017-10-10 11:28:31 -0600
commit3c5664b78d39e2d13f156369f8114ebbe08d6fb7 (patch)
tree213e556a639fff2c7bfa67079cd0e9e9904dcea3 /src/mesa/x86
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 <[email protected]>
Diffstat (limited to 'src/mesa/x86')
-rw-r--r--src/mesa/x86/rtasm/x86sse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/rtasm/x86sse.c b/src/mesa/x86/rtasm/x86sse.c
index c9f52a44dfb..ddb2ec37380 100644
--- a/src/mesa/x86/rtasm/x86sse.c
+++ b/src/mesa/x86/rtasm/x86sse.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include "main/imports.h"
+#include "main/execmem.h"
#include "x86sse.h"
#define DISASSEM 0