From 29c122af83536faedf08f0ce7373a431940696af Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 4 Nov 2013 14:11:18 +0000 Subject: [PATCH] Fix FTBFS on openBSD-current. --- src/bpf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bpf.c b/src/bpf.c index 718a836..98a073b 100644 --- a/src/bpf.c +++ b/src/bpf.c @@ -29,6 +29,7 @@ # include #endif #include +#include #ifndef SA_SIZE #define SA_SIZE(sa) \