aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/Config.h')
-rw-r--r--include/lldb/Host/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/Config.h b/include/lldb/Host/Config.h
index 80616b747cf5..af6b98a7912a 100644
--- a/include/lldb/Host/Config.h
+++ b/include/lldb/Host/Config.h
@@ -18,7 +18,7 @@
#include "lldb/Host/linux/Config.h"
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) || defined(__NetBSD__)
#include "lldb/Host/freebsd/Config.h"