Fix include path for Linux and FreeBSD.

llvm-svn: 162679
This commit is contained in:
Filipe Cabecinhas 2012-08-27 16:54:58 +00:00
parent 073ee7d0a8
commit e94695cfb9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <Python.h>
#endif
#include "PythonDataObjects.h"
#include "lldb/Interpreter/PythonDataObjects.h"
using namespace lldb_private;
using namespace lldb;