$NetBSD: patch-ab,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $ --- libopenvas/bpf_share.h.orig 2008-12-29 14:39:05.000000000 +0000 +++ libopenvas/bpf_share.h @@ -26,6 +26,8 @@ #ifndef OPENVAS_BPF_SHARE_H #define OPENVAS_BPF_SHARE_H +#include + int bpf_server(); int bpf_open_live(char*, char*); u_char* bpf_next(int, int *);