diff options
Diffstat (limited to 'lib/libc/stat/fchmodat.c')
| -rw-r--r-- | lib/libc/stat/fchmodat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stat/fchmodat.c b/lib/libc/stat/fchmodat.c index 30c8230c..7bf834b1 100644 --- a/lib/libc/stat/fchmodat.c +++ b/lib/libc/stat/fchmodat.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_fchmodat2 + + #include <sys/stat.h> // for fchmodat #include <sys/types.h> // for mode_t |
