diff options
Diffstat (limited to 'audio/play/files/patch-play.c')
-rw-r--r-- | audio/play/files/patch-play.c | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/audio/play/files/patch-play.c b/audio/play/files/patch-play.c index 6f11414e8534..e8a74e8aa5e8 100644 --- a/audio/play/files/patch-play.c +++ b/audio/play/files/patch-play.c @@ -1,12 +1,10 @@ -*** play.c.orig Wed May 20 11:42:42 1998 ---- play.c Wed May 20 13:21:15 1998 -*************** -*** 4,9 **** ---- 4,10 ---- - - #include <stdio.h> - #include <stdlib.h> -+ #include <unistd.h> - #include <fcntl.h> - #include <err.h> - #include <signal.h> +--- play.c.orig 1997-03-25 15:25:12 UTC ++++ play.c +@@ -4,6 +4,7 @@ static char rcsid[] = "$Id: play.c,v 1.7 + + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + #include <fcntl.h> + #include <err.h> + #include <signal.h> |