pull/524/merge
cuma 2024-03-23 15:49:46 -07:00 committed by GitHub
commit 95a7bfd9eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#ifdef IS_MAC
#define _DARWIN_C_SOURCE
#endif
#ifdef __UCLIBC__
#define __USE_GNU
#endif
#include <dlfcn.h>
#include "common.h"