From 65b6fac1c333f77ff1451d074a774328819e4e1c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Jul 2019 03:15:55 -0400 Subject: [PATCH] added stdio.h --- afsk/ax25.c | 1 + 1 file changed, 1 insertion(+) diff --git a/afsk/ax25.c b/afsk/ax25.c index 6c3b089e..807b65bd 100644 --- a/afsk/ax25.c +++ b/afsk/ax25.c @@ -18,6 +18,7 @@ * along with this program. If not, see . */ +#include #include "ax25.h" #include #include "ax5043.h"