mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
317 B
Plaintext
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>
|