aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
blob: da0914b3b07164d986367674ef1ee399a613f3d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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