summaryrefslogtreecommitdiff
blob: 25a77db82addeeeb761484df7c9a69894369903b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- mserver-0.5.5/mserver/child.c	1999-07-06 20:03:12.000000000 -0400
+++ child.c	2003-10-08 19:30:26.000000000 -0400
@@ -28,11 +28,10 @@
 #include <sys/wait.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
+#include <errno.h>
 
 #include "mserver.h"
 
-extern int errno;
-
 struct msrv_client *clients[MAXCLIENTS];
 extern int nclients;