diff options
author | Brian Paul <[email protected]> | 2010-03-11 13:57:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-11 14:49:00 -0700 |
commit | 489af2a3ba467e4341cb8504a0e59cf5828864d4 (patch) | |
tree | 1a8707a2c7e3404ced9394a6475d5c250c33b2d1 /src/gallium/auxiliary/gallivm/lp_bld_interp.h | |
parent | 4833b0f199ce2728a456de9cac753ac921fef828 (diff) |
gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_interp.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_interp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_interp.h b/src/gallium/auxiliary/gallivm/lp_bld_interp.h index ca958cdf343..177b5e943ee 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_interp.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_interp.h @@ -41,7 +41,7 @@ #define LP_BLD_INTERP_H -#include <llvm-c/Core.h> +#include "os/os_llvm.h" #include "tgsi/tgsi_exec.h" |