blob: 169d8264148d5d3506f5305f7a7cfa5049aa2ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ak,v 1.2 2003/09/01 18:21:13 seb Exp $
--- emulate/tcptap.h.orig Fri Jan 11 22:06:09 2002
+++ emulate/tcptap.h
@@ -37,6 +37,7 @@
#define tcptap_h
#include "tap.h"
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
|