diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2010-11-28 13:56:44 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2010-11-28 13:56:44 +0000 |
commit | 40684b3710284468e1023056a66ceb3cc02543f8 (patch) | |
tree | 7d40fe9df228aad32f64b95546cb434ecc672600 /usr.sbin/smtpd/forward.c | |
parent | 7128bf010f4aeef14b56337b05ccc912f8a1ad1a (diff) |
a bit of .h cleanups, no functionnal change
Diffstat (limited to 'usr.sbin/smtpd/forward.c')
-rw-r--r-- | usr.sbin/smtpd/forward.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/forward.c b/usr.sbin/smtpd/forward.c index cc34ab08f14..5fee75956b0 100644 --- a/usr.sbin/smtpd/forward.c +++ b/usr.sbin/smtpd/forward.c @@ -1,4 +1,4 @@ -/* $OpenBSD: forward.c,v 1.21 2010/04/27 09:49:23 gilles Exp $ */ +/* $OpenBSD: forward.c,v 1.22 2010/11/28 13:56:43 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -26,6 +26,7 @@ #include <ctype.h> #include <errno.h> #include <event.h> +#include <imsg.h> #include <pwd.h> #include <stdio.h> #include <stdlib.h> @@ -33,6 +34,7 @@ #include <unistd.h> #include "smtpd.h" +#include "log.h" int forwards_get(int fd, struct expandtree *expandtree) |