From 317bf6626df0dea569af15483e5ac4c0c97e4e33 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 28 Feb 2021 06:13:29 +0100 Subject: [PATCH] Add stdlib.h to ltdl.c --- android/ltdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/ltdl.c b/android/ltdl.c index 4e1a1651d..400696659 100644 --- a/android/ltdl.c +++ b/android/ltdl.c @@ -22,6 +22,7 @@ #include #include #include +#include #ifdef ANDROID #include