aboutsummaryrefslogtreecommitdiff
path: root/scripts/lldb.swig
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-09-19 15:22:05 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-09-19 15:22:05 +0000
commit56de6d1d23b3afe69452e0255906a62866998e94 (patch)
tree7815803d9c3d68abf9fbaf06aa4356e1a4369c8e /scripts/lldb.swig
parentc3b0aa959395671385aa1f4c8201d8a484079f1d (diff)
downloadlldb-56de6d1d23b3afe69452e0255906a62866998e94.tar.gz
Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'scripts/lldb.swig')
-rw-r--r--scripts/lldb.swig2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lldb.swig b/scripts/lldb.swig
index c9a6b9c26..407638f88 100644
--- a/scripts/lldb.swig
+++ b/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"