changeset 5465:afa6f810f693 draft

FreeBSD: Fix build
author Roy Marples <roy@marples.name>
date Sun, 20 Sep 2020 17:43:31 +0100
parents 4a1e66b07201
children 8bf1ce29152c
files src/privsep-bpf.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/privsep-bpf.c	Sun Sep 20 00:53:47 2020 +0100
+++ b/src/privsep-bpf.c	Sun Sep 20 17:43:31 2020 +0100
@@ -53,6 +53,10 @@
 #include "logerr.h"
 #include "privsep.h"
 
+#ifdef HAVE_CAPSICUM
+#include <sys/capsicum.h>
+#endif
+
 static void
 ps_bpf_recvbpf(void *arg)
 {