diff options
Diffstat (limited to 'comms/twpsk/files/patch-psk31-transmitter.C')
-rw-r--r-- | comms/twpsk/files/patch-psk31-transmitter.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/twpsk/files/patch-psk31-transmitter.C b/comms/twpsk/files/patch-psk31-transmitter.C new file mode 100644 index 000000000000..cfc39fde5c3e --- /dev/null +++ b/comms/twpsk/files/patch-psk31-transmitter.C @@ -0,0 +1,11 @@ +--- modes/psk31-transmitter.C.orig Fri Sep 1 21:01:34 2000 ++++ modes/psk31-transmitter.C Mon May 30 23:27:40 2005 +@@ -11,7 +11,7 @@ + #include <errno.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <linux/soundcard.h>
++#include <sys/soundcard.h>
+ #include <sys/ioctl.h>
+ #include "psk31-coder.h"
+ #include "psk31-transmitter.h"
|