blob: 38f8d8b008bc3bb8cc79d22d5e1ef86ac0e8f421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.1.1.1 2002/05/31 13:01:20 seb Exp $
--- ./uip/sendsbr.c.orig Tue Feb 9 20:30:00 1999
+++ ./uip/sendsbr.c Mon Nov 1 19:13:30 1999
@@ -10,4 +10,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#ifdef UNISTD
+#include <unistd.h>
+#endif
static alert(), anno(), annoaux();
|