From 88746fdf89106818da2ef7c64f1cfdc8488f6f2b Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 2 Dec 2018 05:18:07 -0800 Subject: pkg/csource: use defines from sys/syscall.h on *bsd Fixes #841 --- executor/common_bsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/common_bsd.h') diff --git a/executor/common_bsd.h b/executor/common_bsd.h index 0d95dc42e..9c61917d7 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -8,6 +8,7 @@ #include #include #include +#include #if GOOS_openbsd -- cgit mrf-deployment