Merge branch 'fix-musl-libc' into 'master'

libsysprof: add missing header for close function

See merge request GNOME/sysprof!92
This commit is contained in:
Christian Hergert
2024-03-18 21:41:31 +00:00

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include "sysprof-elf-private.h"