summaryrefslogtreecommitdiff
path: root/include/lldb/Host/HostNativeThreadForward.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/HostNativeThreadForward.h')
-rw-r--r--include/lldb/Host/HostNativeThreadForward.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Host/HostNativeThreadForward.h b/include/lldb/Host/HostNativeThreadForward.h
index e6bd426673b32..520031af6488f 100644
--- a/include/lldb/Host/HostNativeThreadForward.h
+++ b/include/lldb/Host/HostNativeThreadForward.h
@@ -21,6 +21,9 @@ typedef HostThreadLinux HostNativeThread;
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
class HostThreadFreeBSD;
typedef HostThreadFreeBSD HostNativeThread;
+#elif defined(__NetBSD__)
+class HostThreadNetBSD;
+typedef HostThreadNetBSD HostNativeThread;
#elif defined(__APPLE__)
class HostThreadMacOSX;
typedef HostThreadMacOSX HostNativeThread;