summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/smtp.c')
-rw-r--r--usr.sbin/smtpd/smtp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtp.c b/usr.sbin/smtpd/smtp.c
index daefbf478bc..b9503600516 100644
--- a/usr.sbin/smtpd/smtp.c
+++ b/usr.sbin/smtpd/smtp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtp.c,v 1.77 2010/11/24 23:27:04 todd Exp $ */
+/* $OpenBSD: smtp.c,v 1.78 2010/11/28 13:56:43 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -30,6 +30,7 @@
#include <ctype.h>
#include <errno.h>
#include <event.h>
+#include <imsg.h>
#include <netdb.h>
#include <pwd.h>
#include <signal.h>
@@ -40,6 +41,7 @@
#include <unistd.h>
#include "smtpd.h"
+#include "log.h"
void smtp_imsg(struct smtpd *, struct imsgev *, struct imsg *);
__dead void smtp_shutdown(void);