diff options
Diffstat (limited to 'comms/kpsk/files/patch-ac')
-rw-r--r-- | comms/kpsk/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/kpsk/files/patch-ac b/comms/kpsk/files/patch-ac new file mode 100644 index 000000000000..90d4f573f06e --- /dev/null +++ b/comms/kpsk/files/patch-ac @@ -0,0 +1,14 @@ +--- kpsk/modes/psk31-transmitter.C.orig Thu Oct 24 10:44:21 2002 ++++ kpsk/modes/psk31-transmitter.C Thu Oct 24 10:46:41 2002 +@@ -11,7 +11,11 @@ + #include <errno.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#ifdef __FreeBSD__ ++#include <machine/soundcard.h>
++#else + #include <linux/soundcard.h>
++#endif + #include <sys/ioctl.h>
+ #include "psk31-coder.h"
+ #include "psk31-transmitter.h"
|