diff options
Diffstat (limited to 'overmaildirquota.c')
| -rw-r--r-- | overmaildirquota.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/overmaildirquota.c b/overmaildirquota.c index 5e1877c..553d3ec 100644 --- a/overmaildirquota.c +++ b/overmaildirquota.c | |||
| @@ -6,11 +6,12 @@ | |||
| 6 | #if HAVE_CONFIG_H | 6 | #if HAVE_CONFIG_H |
| 7 | #include "config.h" | 7 | #include "config.h" |
| 8 | #endif | 8 | #endif |
| 9 | #include "maildirquota.h" | 9 | #include "maildirquota.h" |
| 10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
| 11 | #include <string.h> | 11 | #include <string.h> |
| 12 | #include <errno.h> | 12 | #include <errno.h> |
| 13 | #include <sys/stat.h> | 13 | #include <unistd.h> |
| 14 | #include <sys/stat.h> | ||
| 14 | 15 | ||
| 15 | static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \ | 16 | static const char rcsid[]="$Id: overquota.c,v 1.0 2002/06/09 16:21:05 mr \ |
| 16 | sam Exp $"; | 17 | sam Exp $"; |
