diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-09-19 15:22:05 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-09-19 15:22:05 +0000 |
| commit | 3e6ff11220dc7b401bbacdd59eb1756d126331cf (patch) | |
| tree | 0ecab8f2512fd45c773ad844de76f2aa5f226f4a | |
| parent | 66fb1fb0736d12364c516d9ed9e0d2ac64a064a7 (diff) | |
| download | bcm5719-llvm-3e6ff11220dc7b401bbacdd59eb1756d126331cf.tar.gz bcm5719-llvm-3e6ff11220dc7b401bbacdd59eb1756d126331cf.zip | |
Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).
llvm-svn: 164227
| -rw-r--r-- | lldb/scripts/lldb.swig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig index c9a6b9c26c2..407638f8869 100644 --- a/lldb/scripts/lldb.swig +++ b/lldb/scripts/lldb.swig @@ -100,7 +100,7 @@ import os /* Various liblldb typedefs that SWIG needs to know about. */ #define __extension__ /* Undefine GCC keyword to make Swig happy when processing glibc's stdint.h. */ -%include <stdint.h> +%include "stdint.i" %include "lldb/lldb-defines.h" %include "lldb/lldb-enumerations.h" %include "lldb/lldb-forward.h" |

