blob: fb2f87d38cfbdf71fd47f2aa02aa59fe23e4313f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ae,v 1.2 2006/03/22 17:43:32 joerg Exp $
--- src/init.c.orig 2002-05-15 06:46:54.000000000 +0000
+++ src/init.c
@@ -35,6 +35,11 @@
#if (HAVE_CONFIG_H)
#include "../include/config.h"
#endif
+#ifdef HAVE_NET_BPF_H
+#include <sys/types.h>
+#include <sys/time.h>
+#include <net/bpf.h>
+#endif
#include "../include/firewalk.h"
int
|