aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2023-04-25 17:14:16 +0100
committerGreg Steuck <blackgnezdo@gmail.com>2023-04-27 09:52:01 -0700
commita18ed5a24b4dd24f8b3e9ac673347e182c9de81a (patch)
treecab47faef2ad291ac2db8428919aa3ebd5d49bd1 /executor/common.h
parent59e959932704c7a500e97fda11bbae7ccca50020 (diff)
executor: detangle common_openbsd.h out of common_bsd.h
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