From 81bd67e0e190b01266d12e98f4feb41766b7fcfb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 17 Feb 2022 23:07:55 -0800 Subject: [PATCH] Include linux ax25.h header Fixes the build with musl libc. --- lib/ax25_ntop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ax25_ntop.c b/lib/ax25_ntop.c index cfd0e04b..3a72a43e 100644 --- a/lib/ax25_ntop.c +++ b/lib/ax25_ntop.c @@ -2,7 +2,7 @@ #include #include -#include +#include #include "utils.h" -- 2.34.1