Fix build with musl

This commit is contained in:
dec05eba
2026-03-22 20:08:14 +01:00
parent c3e9aa0f81
commit 5ef06a2466
5 changed files with 8 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
#include <fcntl.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
extern "C" {
#include <mgl/mgl.h>
}