blob: 22b7b2c4113a1e3bf7a16373aaa30c62c7d527bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ak,v 1.1.1.1 2002/05/31 13:01:20 seb Exp $
--- ./uip/spost.c.orig Wed Dec 2 02:05:00 1998
+++ ./uip/spost.c Mon Nov 1 19:13:30 1999
@@ -23,4 +23,7 @@
#include <locale.h>
#endif
+#ifdef UNISTD
+#include <unistd.h>
+#endif
extern char *getfullname (), *getusr ();
|