]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
Vendor import of lldb release_39 branch r287912:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / api / multithreaded / lldb-headers.h
1
2 #ifndef LLDB_HEADERS_H
3 #define LLDB_HEADERS_H
4
5 #ifdef __APPLE__
6 #include <LLDB/LLDB.h>
7 #else
8 #include "lldb/API/LLDB.h"
9 #endif
10
11 #endif // LLDB_HEADERS_H