]> git.marmaro.de Git - mmh/blobdiff - sbr/folder_read.c
Remove dead code: FLDEOF and BODYEOF are never set
[mmh] / sbr / folder_read.c
index 159949a0728045333e07ce5284330a036744483f..ec51d64e664947ce87687ee4140e5ca2f515792b 100644 (file)
@@ -6,8 +6,11 @@
 ** complete copyright information.
 */
 
+#include <unistd.h>
 #include <h/mh.h>
 #include <h/utils.h>
+#include <dirent.h>
+#include <sys/stat.h>
 
 /* We allocate the `mi' array 1024 elements at a time */
 #define NUMMSGS  1024