gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index 6dbdc195bfc3065f10ba3f95c94b6181d25c4fe5..a5a1a72074258b71cb86cd4661a3257ff9b227c9 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef LP_STATE_H
 #define LP_STATE_H
 
-#include <llvm-c/Core.h>
+#include "os/os_llvm.h"
 
 #include "pipe/p_state.h"
 #include "tgsi/tgsi_scan.h"