1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/wavplay/files/patch-ah
Maxim Sobolev dd76a63c00 Initial import of wavplay - utility to record/playback audio.
PR:		16693
Submitted by:	Greg Robinson <greg@rosevale.com.au>
2000-06-07 16:07:54 +00:00

15 lines
317 B
Plaintext

*** xltwavplay.c.orig Sat Jan 15 13:12:38 2000
--- xltwavplay.c Sat Jan 15 13:13:02 2000
***************
*** 59,65 ****
--- 59,67 ----
#include <time.h>
#include <signal.h>
#include <string.h>
+ #ifndef FREEBSD
#include <getopt.h>
+ #endif
#include <errno.h>
#include <sys/types.h>
#include <sys/ipc.h>