14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
$OpenBSD: patch-net_c,v 1.2 2012/08/06 20:32:22 naddy Exp $
|
|
--- net.c.orig Mon Apr 13 11:09:26 1998
|
|
+++ net.c Mon Aug 6 22:23:24 2012
|
|
@@ -7,7 +7,9 @@
|
|
#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
+#include <string.h>
|
|
#include <fcntl.h>
|
|
+#include <ctype.h>
|
|
|
|
extern int h_errno;
|
|
|