1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Fix SIZE_MAX undefined warning in fchmodat2-compat.hh

Include <cstdint> to ensure SIZE_MAX is defined
This commit is contained in:
Jörg Thalheim 2025-07-17 12:38:53 +02:00
parent 17c94ca89e
commit 6e733b0544

View file

@ -1,4 +1,5 @@
#include "store-config-private.hh"
#include <cstdint>
/*
* Determine the syscall number for `fchmodat2`.