summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 15:02:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 15:02:35 +0000
commit6d3a10d65c831336dffc2a559130b8af1b794088 (patch)
tree6f5e923626d85362a3f2ceb5340f9557c05a3820 /mailbox
parent63622e3ad9e04d435f01061a609ea265150db6a7 (diff)
downloadmailutils-6d3a10d65c831336dffc2a559130b8af1b794088.tar.gz
mailutils-6d3a10d65c831336dffc2a559130b8af1b794088.tar.bz2
Added missing includes
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/date.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mailbox/date.c b/mailbox/date.c
index 5f3dbe395..887a4073c 100644
--- a/mailbox/date.c
+++ b/mailbox/date.c
@@ -15,6 +15,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <mailutils/mutil.h>
#define SECS_PER_DAY 86400

Return to:

Send suggestions and report system problems to the System administrator.