summaryrefslogtreecommitdiff
path: root/mail/mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail.h b/mail/mail.h
index d2fec875a..0980b9e17 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -1,5 +1,5 @@
/* GNU mailutils - a suite of utilities for electronic mail
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -31,11 +31,14 @@
#include <sys/types.h>
#include <stdarg.h>
#include <signal.h>
+#include <ctype.h>
#include <argp.h>
+#ifdef HAVE_READLINE_READLINE_H
#include <readline/readline.h>
#include <readline/history.h>
+#endif
#include <mailutils/mailbox.h>
#include <mailutils/message.h>

Return to:

Send suggestions and report system problems to the System administrator.