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