diff options
Diffstat (limited to 'pwd.c')
-rw-r--r-- | pwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ | |||
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <dirent.h> | 26 | #include <dirent.h> |
27 | #include <errno.h> | 27 | #include <errno.h> |
28 | #include <unistd.h> | ||
29 | #include <stdlib.h> | ||
28 | 30 | ||
29 | extern int pwd_main(int argc, char **argv) | 31 | extern int pwd_main(int argc, char **argv) |
30 | { | 32 | { |