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:
parent
17c94ca89e
commit
6e733b0544
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "store-config-private.hh"
|
||||
#include <cstdint>
|
||||
|
||||
/*
|
||||
* Determine the syscall number for `fchmodat2`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue