diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h b/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h new file mode 100644 index 00000000000..da0914b3b07 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h @@ -0,0 +1,11 @@ + +#ifndef LLDB_HEADERS_H +#define LLDB_HEADERS_H + +#ifdef __APPLE__ +#include <LLDB/LLDB.h> +#else +#include "lldb/API/LLDB.h" +#endif + +#endif // LLDB_HEADERS_H |