From a18ed5a24b4dd24f8b3e9ac673347e182c9de81a Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Tue, 25 Apr 2023 17:14:16 +0100 Subject: executor: detangle common_openbsd.h out of common_bsd.h --- executor/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'executor/common.h') 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 -- cgit mrf-deployment