summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mta.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2009-11-11 10:04:06 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2009-11-11 10:04:06 +0000
commit5edef8cb541b0474cfe683e527728ba62857d252 (patch)
tree3588b6b450850c4e5b76740536e9d7044bb00abe /usr.sbin/smtpd/mta.c
parente9562d24870837453ece1ae7898fdf93f9ac66ab (diff)
add missing headers needed by time()
ok jacekm@
Diffstat (limited to 'usr.sbin/smtpd/mta.c')
-rw-r--r--usr.sbin/smtpd/mta.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/mta.c b/usr.sbin/smtpd/mta.c
index 1f73f677eb6..0c593f1c3c3 100644
--- a/usr.sbin/smtpd/mta.c
+++ b/usr.sbin/smtpd/mta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mta.c,v 1.74 2009/11/05 12:11:53 jsing Exp $ */
+/* $OpenBSD: mta.c,v 1.75 2009/11/11 10:04:05 chl Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "smtpd.h"