diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-08-27 16:54:58 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-08-27 16:54:58 +0000 |
| commit | e94695cfb93c88d0120befbee57752ef39d56367 (patch) | |
| tree | ad8cd20f9fc5bafff4677c65c502d6b4532e43b7 /lldb | |
| parent | 073ee7d0a8662d6ee42581a6970daea9cd887191 (diff) | |
| download | bcm5719-llvm-e94695cfb93c88d0120befbee57752ef39d56367.tar.gz bcm5719-llvm-e94695cfb93c88d0120befbee57752ef39d56367.zip | |
Fix include path for Linux and FreeBSD.
llvm-svn: 162679
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/source/Interpreter/PythonDataObjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/PythonDataObjects.cpp b/lldb/source/Interpreter/PythonDataObjects.cpp index 6d345d71c1b..44584e9fca5 100644 --- a/lldb/source/Interpreter/PythonDataObjects.cpp +++ b/lldb/source/Interpreter/PythonDataObjects.cpp @@ -21,7 +21,7 @@ #include <Python.h> #endif -#include "PythonDataObjects.h" +#include "lldb/Interpreter/PythonDataObjects.h" using namespace lldb_private; using namespace lldb; |

