blob: 0e87c505e64668a8335d65849b3e03499ac2a79f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- xltwavplay.c.orig 1999-12-04 00:06:42 UTC
+++ xltwavplay.c
@@ -59,7 +59,9 @@
#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>
|