added include <stdarg.h>
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment