diff options
Diffstat (limited to 'comms/wsjt/files/patch-padevsub.c')
-rw-r--r-- | comms/wsjt/files/patch-padevsub.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/wsjt/files/patch-padevsub.c b/comms/wsjt/files/patch-padevsub.c new file mode 100644 index 000000000000..6b76e97da15d --- /dev/null +++ b/comms/wsjt/files/patch-padevsub.c @@ -0,0 +1,10 @@ +--- padevsub.c.orig Mon Feb 19 23:15:39 2007 ++++ padevsub.c Mon Feb 19 23:15:50 2007 +@@ -1,6 +1,6 @@ + // #include <stdio.h> + // #include <math.h> +-#include "portaudio.h" ++#include <portaudio2/portaudio.h> + + int __stdcall PADEVSUB(int *numdev, int *ndefin, int *ndefout, + int nchin[], int nchout[]) |