libutil/file-descriptor: include sys/syscall.h

For `SYS_close_range`

Change-Id: Ie3e6a94a354b336c3967efc4a73593d35096bfe0
This commit is contained in:
Seth Flynn
2025-02-05 10:11:15 -05:00
parent 8553adbb41
commit 4e45583d2e
+1
View File
@@ -6,6 +6,7 @@
#include "lix/libutil/signals.hh"
#include <fcntl.h>
#include <sys/syscall.h>
#include <unistd.h>
namespace nix {