freebsd-ports/comms/echolinux/files/patch-echolinux_control.c
Pav Lucistnik b764749dc7 Add echolinux, an EchoLink client for UNIX.
PR:		ports/68587
Submitted by:	Diane Bruce <db@night.db.net>
2004-07-04 23:28:32 +00:00

12 lines
316 B
C

--- echolinux/control.c.orig Mon Feb 2 22:29:46 2004
+++ echolinux/control.c Fri Jul 2 00:58:38 2004
@@ -24,7 +24,8 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <errno.h>
-#include <wait.h>
+#include <sys/types.h>
+#include <sys/wait.h>
#include <signal.h>
#include <string.h>
#include <sys/time.h>