make that work

This commit is contained in:
Zack Radisic
2025-04-03 17:38:41 -07:00
parent 036f823e91
commit b6b8cda4ef

View File

@@ -5,6 +5,9 @@
#include <pthread.h>
#include <unistd.h>
#include <stdlib.h>
#if defined(__GNUC__) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE
#endif
#include <dlfcn.h>
// libuv does the annoying thing of #undef'ing these