Added missing includes
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -93,6 +93,9 @@ | ... | @@ -93,6 +93,9 @@ |
93 | #include <mailutils/tls.h> | 93 | #include <mailutils/tls.h> |
94 | #include <mailutils/url.h> | 94 | #include <mailutils/url.h> |
95 | 95 | ||
96 | #include <mu_asprintf.h> | ||
97 | #include <getline.h> | ||
98 | |||
96 | #ifdef __cplusplus | 99 | #ifdef __cplusplus |
97 | extern "C" { | 100 | extern "C" { |
98 | #endif | 101 | #endif | ... | ... |
-
Please register or sign in to post a comment