From 471d593dd76272e312a276c02d3c0c8b57ed7949 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 6 Jul 2006 21:23:58 +0000 Subject: [PATCH] - All other 'c' functions include both and might as well be consistent. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@194 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- start_portaudio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/start_portaudio.c b/start_portaudio.c index 1904e526f..ff6c87434 100644 --- a/start_portaudio.c +++ b/start_portaudio.c @@ -3,6 +3,7 @@ #include #include #include +#include extern void decode1_(int *iarg); extern void a2d_(int *iarg);