Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_execmem.c
index ffed768f979112b009de167e52eac4619084438d..65d5ce795bed1954d63e439afb87c6a04af1f9be 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "pipe/p_compiler.h"
 #include "util/u_debug.h"
-#include "pipe/p_thread.h"
+#include "os/os_thread.h"
 #include "util/u_memory.h"
 
 #include "rtasm_execmem.h"
@@ -58,7 +58,7 @@
 
 #include <unistd.h>
 #include <sys/mman.h>
-#include "pipe/p_thread.h"
+#include "os/os_thread.h"
 #include "util/u_mm.h"
 
 #define EXEC_HEAP_SIZE (10*1024*1024)