17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
$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
|