libsysprof: add missing header for close function

This was detected by compiling against musl-libc
This commit is contained in:
Pablo Correa Gómez
2024-03-18 22:18:52 +01:00
parent 17e493011e
commit 3c655a6f3e

View File

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