Added missing includes.
Showing
2 changed files
with
4 additions
and
0 deletions
... | @@ -83,6 +83,8 @@ | ... | @@ -83,6 +83,8 @@ |
83 | #include <mailutils/mu_auth.h> | 83 | #include <mailutils/mu_auth.h> |
84 | 84 | ||
85 | #include <mu_dbm.h> | 85 | #include <mu_dbm.h> |
86 | #include <mu_asprintf.h> | ||
87 | #include <getline.h> | ||
86 | 88 | ||
87 | /* Debug */ | 89 | /* Debug */ |
88 | extern int debug_level; | 90 | extern int debug_level; | ... | ... |
... | @@ -16,6 +16,8 @@ | ... | @@ -16,6 +16,8 @@ |
16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 16 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ |
17 | 17 | ||
18 | #include "pop3d.h" | 18 | #include "pop3d.h" |
19 | #include <mailutils/argcv.h> | ||
20 | #include <xalloc.h> | ||
19 | 21 | ||
20 | int db_list (char *input_name, char *output_name); | 22 | int db_list (char *input_name, char *output_name); |
21 | int db_make (char *input_name, char *output_name); | 23 | int db_make (char *input_name, char *output_name); | ... | ... |
-
Please register or sign in to post a comment