Commit 9fc35f47 9fc35f47fc6b483d75d8f02f52c4563fb12763ab by Sergey Poznyakoff

added include <stdarg.h>

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