aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/HostInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/HostInfo.h')
-rw-r--r--include/lldb/Host/HostInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Host/HostInfo.h b/include/lldb/Host/HostInfo.h
index 6bb009997896..96094389c703 100644
--- a/include/lldb/Host/HostInfo.h
+++ b/include/lldb/Host/HostInfo.h
@@ -48,6 +48,9 @@
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include "lldb/Host/freebsd/HostInfoFreeBSD.h"
#define HOST_INFO_TYPE HostInfoFreeBSD
+#elif defined(__NetBSD__)
+#include "lldb/Host/netbsd/HostInfoNetBSD.h"
+#define HOST_INFO_TYPE HostInfoNetBSD
#elif defined(__APPLE__)
#include "lldb/Host/macosx/HostInfoMacOSX.h"
#define HOST_INFO_TYPE HostInfoMacOSX