aboutsummaryrefslogtreecommitdiffstats
path: root/www/dhttpd/files/patch-main.cc
blob: 77b53a87a683726a92b9bbab33e10d1973366021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/main.cc.orig    Mon Mar  3 17:10:41 1997
+++ src/main.cc Sun Oct 20 17:41:25 2002
@@ -18,10 +18,10 @@
  */
 
 #include <errno.h>
-#include <grp.h>
 #include <pwd.h>
 #include <signal.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <sys/socket.h>
 #include <sys/types.h>