Commit 9fc35f47 9fc35f47fc6b483d75d8f02f52c4563fb12763ab by Sergey Poznyakoff

added include <stdarg.h>

1 parent 71504f79
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
21 #include <pwd.h> 21 #include <pwd.h>
22 #include <sys/types.h> 22 #include <sys/types.h>
23 #include <sys/stat.h> 23 #include <sys/stat.h>
24 #include <stdarg.h>
24 25
25 char *current_folder = NULL; 26 char *current_folder = NULL;
26 size_t current_message; 27 size_t current_message;
......