1 2 3 4 5 6 7 8 9 10 11 12 13 14
*** 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>