diff options
Diffstat (limited to 'usr.sbin/smtpd/makemap.c')
-rw-r--r-- | usr.sbin/smtpd/makemap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c index 18677dc06cd..a04ef06fa51 100644 --- a/usr.sbin/smtpd/makemap.c +++ b/usr.sbin/smtpd/makemap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: makemap.c,v 1.26 2010/04/27 09:49:23 gilles Exp $ */ +/* $OpenBSD: makemap.c,v 1.27 2010/11/28 13:56:43 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -30,6 +30,7 @@ #include <errno.h> #include <event.h> #include <fcntl.h> +#include <imsg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -37,6 +38,7 @@ #include <util.h> #include "smtpd.h" +#include "log.h" #define PATH_ALIASES "/etc/mail/aliases" |