mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
make that work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user