diff options
Diffstat (limited to 'comms/twpsk/files/patch-GUI.h')
-rw-r--r-- | comms/twpsk/files/patch-GUI.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/twpsk/files/patch-GUI.h b/comms/twpsk/files/patch-GUI.h new file mode 100644 index 000000000000..56c69edadf6b --- /dev/null +++ b/comms/twpsk/files/patch-GUI.h @@ -0,0 +1,11 @@ +--- user-twpsk/GUI.h.orig Mon May 2 17:47:53 2005 ++++ user-twpsk/GUI.h Mon May 2 17:48:11 2005 +@@ -36,7 +36,7 @@ + #include <stdlib.h> + #include <sys/ioctl.h> + #include <fcntl.h> +-#include <linux/soundcard.h> ++#include <sys/soundcard.h> + #include <X11/cursorfont.h> + #include <Xm/Form.h> + #include <Xm/CascadeB.h> |