1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Keep fchmodat2-compat.hh private

Since it references store-config-private.hh.

(cherry picked from commit 04e9dc27ac)
This commit is contained in:
Eelco Dolstra 2025-04-07 18:10:03 +02:00 committed by Mergify
parent 3a758fc348
commit aa1c690ebf
3 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
include_dirs += include_directories('../..')
headers += files(
'fchmodat2-compat.hh',
'personality.hh',
)

View file

@ -42,7 +42,7 @@
/* Includes required for chroot support. */
#ifdef __linux__
# include "nix/store/fchmodat2-compat.hh"
# include "linux/fchmodat2-compat.hh"
# include <sys/ioctl.h>
# include <net/if.h>
# include <netinet/ip.h>