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