summaryrefslogtreecommitdiff
path: root/dns/dnrd/files/patch-tcp.c
blob: 60aaa68ffbcdd2105d84e3b6aae7e64ad94bdefb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tcp.c.orig	Sat Jan  6 14:53:45 2001
+++ tcp.c	Sat Jan  6 14:53:51 2001
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/fcntl.h>