diff options
Diffstat (limited to 'qmail-pw2u.c')
| -rw-r--r-- | qmail-pw2u.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qmail-pw2u.c b/qmail-pw2u.c index f068ab1..0257f39 100644 --- a/qmail-pw2u.c +++ b/qmail-pw2u.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include <sys/types.h> | 1 | #include <sys/types.h> |
| 2 | #include <sys/stat.h> | 2 | #include <sys/stat.h> |
| 3 | #include <unistd.h> | ||
| 3 | #include "substdio.h" | 4 | #include "substdio.h" |
| 4 | #include "readwrite.h" | ||
| 5 | #include "subfd.h" | 5 | #include "subfd.h" |
| 6 | #include "sgetopt.h" | 6 | #include "sgetopt.h" |
| 7 | #include "control.h" | 7 | #include "control.h" |
| @@ -17,6 +17,7 @@ | |||
| 17 | #include "auto_qmail.h" | 17 | #include "auto_qmail.h" |
| 18 | #include "auto_usera.h" | 18 | #include "auto_usera.h" |
| 19 | #include "exit.h" | 19 | #include "exit.h" |
| 20 | #include "byte.h" | ||
| 20 | 21 | ||
| 21 | void die_chdir() | 22 | void die_chdir() |
| 22 | { | 23 | { |
