Add stdlib.h to ltdl.c

pull/574/head
Michael Black W9MDB 2021-02-28 06:13:29 +01:00
rodzic 692e562e66
commit 317bf6626d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,7 @@
#include <dlfcn.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef ANDROID
#include <android/log.h>