summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/authenticate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/authenticate.c')
-rw-r--r--usr.sbin/smtpd/authenticate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/authenticate.c b/usr.sbin/smtpd/authenticate.c
index f439dde8b87..712c49e968f 100644
--- a/usr.sbin/smtpd/authenticate.c
+++ b/usr.sbin/smtpd/authenticate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authenticate.c,v 1.1 2009/08/07 19:02:55 gilles Exp $ */
+/* $OpenBSD: authenticate.c,v 1.2 2010/11/28 13:56:43 gilles Exp $ */
/*
* Copyright (c) 2009 Gilles Chehade <gilles@openbsd.org>
@@ -25,6 +25,7 @@
#include <bsd_auth.h>
#include <err.h>
#include <event.h>
+#include <imsg.h>
#include <pwd.h>
#include <signal.h>
#include <stdio.h>