diff options
Diffstat (limited to 'usr.sbin/smtpd/expand.c')
-rw-r--r-- | usr.sbin/smtpd/expand.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/expand.c b/usr.sbin/smtpd/expand.c index 503fb58609d..c823842d167 100644 --- a/usr.sbin/smtpd/expand.c +++ b/usr.sbin/smtpd/expand.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.9 2010/10/09 22:05:35 gilles Exp $ */ +/* $OpenBSD: expand.c,v 1.10 2010/11/28 13:56:43 gilles Exp $ */ /* * Copyright (c) 2009 Gilles Chehade <gilles@openbsd.org> @@ -26,11 +26,13 @@ #include <errno.h> #include <event.h> #include <fcntl.h> +#include <imsg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "smtpd.h" +#include "log.h" struct expandnode * expandtree_lookup(struct expandtree *expandtree, struct expandnode *node) |