summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/expand.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2010-11-28 13:56:44 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2010-11-28 13:56:44 +0000
commit40684b3710284468e1023056a66ceb3cc02543f8 (patch)
tree7d40fe9df228aad32f64b95546cb434ecc672600 /usr.sbin/smtpd/expand.c
parent7128bf010f4aeef14b56337b05ccc912f8a1ad1a (diff)
a bit of .h cleanups, no functionnal change
Diffstat (limited to 'usr.sbin/smtpd/expand.c')
-rw-r--r--usr.sbin/smtpd/expand.c4
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)