blob: 72e05e8cc8f18cfd6efc16cb8b40b089e8c9d47c (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aa,v 1.1 2000/07/31 20:24:18 itojun Exp $
--- binread.c- Tue Aug 1 05:10:39 2000
+++ binread.c Tue Aug 1 05:10:48 2000
@@ -31,4 +31,6 @@
#include "tcpillust.h"
+#include <sys/queue.h>
#include <sys/socket.h>
#include <pcap.h>
+#include <net/if.h>
#include <net/if_arp.h>
|