mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41: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:
parent
3a758fc348
commit
aa1c690ebf
3 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
include_dirs += include_directories('../..')
|
include_dirs += include_directories('../..')
|
||||||
|
|
||||||
headers += files(
|
headers += files(
|
||||||
'fchmodat2-compat.hh',
|
|
||||||
'personality.hh',
|
'personality.hh',
|
||||||
)
|
)
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/* Includes required for chroot support. */
|
/* Includes required for chroot support. */
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
# include "nix/store/fchmodat2-compat.hh"
|
# include "linux/fchmodat2-compat.hh"
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
# include <net/if.h>
|
# include <net/if.h>
|
||||||
# include <netinet/ip.h>
|
# include <netinet/ip.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue