summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-12-02 22:54:15 +0000
committerEd Maste <emaste@freebsd.org>2013-12-02 22:54:15 +0000
commit0471dcd274d2b8885247407df0abda4091104eb7 (patch)
tree77b9d445acfa507a21019a11fe2bfcf326bc8049 /lldb
parent1d0d2a48e794dbf321a646559e7d5119a6849e5e (diff)
downloadbcm5719-llvm-0471dcd274d2b8885247407df0abda4091104eb7.tar.gz
bcm5719-llvm-0471dcd274d2b8885247407df0abda4091104eb7.zip
Fix build on FreeBSD after r196141
This should probably be replaced with build infrastructure support for a platform-specific canonical Python include path, but for now it should restore the FreeBSD buildbot. llvm-svn: 196167
Diffstat (limited to 'lldb')
-rw-r--r--lldb/include/lldb/lldb-python.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/include/lldb/lldb-python.h b/lldb/include/lldb/lldb-python.h
index 4be0133a643..f70806eeb67 100644
--- a/lldb/include/lldb/lldb-python.h
+++ b/lldb/include/lldb/lldb-python.h
@@ -18,7 +18,11 @@
#else
+#ifdef __FreeBSD__
+#include <Python.h>
+#else
#include <Python/Python.h>
+#endif
#endif // LLDB_DISABLE_PYTHON
OpenPOWER on IntegriCloud