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

15 lines
317 B
Plaintext
Raw Normal View History

*** 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>