summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-10-03 14:34:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-10-03 14:34:29 +0000
commit98ba9b238b93ca28f215f2d7bd342a7cd911ecc3 (patch)
tree4acb2d5b5fbc82ba570d51d24a1482da956482e2 /pop3d
parent0df2550284908ae78bf4d71475b3952ecfe184db (diff)
downloadmailutils-98ba9b238b93ca28f215f2d7bd342a7cd911ecc3.tar.gz
mailutils-98ba9b238b93ca28f215f2d7bd342a7cd911ecc3.tar.bz2
Added missing includes.
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/popauth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3d/popauth.c b/pop3d/popauth.c
index 2c54f5154..8edf26fef 100644
--- a/pop3d/popauth.c
+++ b/pop3d/popauth.c
@@ -16,6 +16,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "pop3d.h"
+#include <mailutils/argcv.h>
+#include <xalloc.h>
int db_list (char *input_name, char *output_name);
int db_make (char *input_name, char *output_name);

Return to:

Send suggestions and report system problems to the System administrator.