summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h')
-rw-r--r--packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h b/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
new file mode 100644
index 0000000..da0914b
--- /dev/null
+++ b/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
OpenPOWER on IntegriCloud