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

@@ -9,6 +9,7 @@
#include <mglpp/window/Event.hpp>
#include <mglpp/system/FloatRect.hpp>
#include <limits.h>
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
@@ -296,4 +297,4 @@ namespace gsr {
const std::string& FileChooser::get_current_directory() const {
return current_directory_text.get_string();
}
}
}