diff options
Diffstat (limited to 'maildir2mbox.c')
| -rw-r--r-- | maildir2mbox.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maildir2mbox.c b/maildir2mbox.c index 7364441..39361f2 100644 --- a/maildir2mbox.c +++ b/maildir2mbox.c | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | #include "readwrite.h" | 1 | #include <sys/types.h> |
| 2 | #include <sys/stat.h> | ||
| 3 | #include <unistd.h> | ||
| 4 | #include <stdio.h> | ||
| 2 | #include "prioq.h" | 5 | #include "prioq.h" |
| 3 | #include "env.h" | 6 | #include "env.h" |
| 4 | #include "stralloc.h" | 7 | #include "stralloc.h" |
