mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dd76a63c00
PR: 16693 Submitted by: Greg Robinson <greg@rosevale.com.au>
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>
|