mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Don't include linux/
in #include
The linux dirs are conditionally added to the `-I` path.
This commit is contained in:
parent
ba68045187
commit
fb9f4208ed
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
/* Includes required for chroot support. */
|
||||
#if __linux__
|
||||
# include "linux/fchmodat2-compat.hh"
|
||||
# include "fchmodat2-compat.hh"
|
||||
# include <sys/ioctl.h>
|
||||
# include <net/if.h>
|
||||
# include <netinet/ip.h>
|
||||
|
|
Loading…
Reference in a new issue