1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/comms/twpsk/files/patch-psk31-transmitter.C
Pav Lucistnik 1db8047914 Ann twpsk, an openmotif X psk31 client.
PR:		ports/81635
Submitted by:	Soren Straarup <xride@x12.dk>
2005-05-30 21:36:34 +00:00

12 lines
342 B
C

--- 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"