aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index a47e6694e..26d964b65 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -493,8 +493,10 @@ static uint16 csum_inet_digest(struct csum_inet* csum)
#if GOOS_akaros
#include "common_akaros.h"
-#elif GOOS_freebsd || GOOS_darwin || GOOS_netbsd || GOOS_openbsd
+#elif GOOS_freebsd || GOOS_darwin || GOOS_netbsd
#include "common_bsd.h"
+#elif GOOS_openbsd
+#include "common_openbsd.h"
#elif GOOS_fuchsia
#include "common_fuchsia.h"
#elif GOOS_linux