Fix build

This commit is contained in:
Jarred Sumner
2025-03-31 04:20:52 -07:00
parent f3da1b80bc
commit b34703914c

View File

@@ -1,3 +1,6 @@
#include "root.h"
#if OS(LINUX)
#include <stdint.h>
#include <sys/types.h>
#include <fcntl.h>
@@ -67,3 +70,4 @@ int Bun__linux_trace_emit(const char* event_name, int64_t duration_ns)
}
} // end extern "C"
#endif