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/parser.c | |
parent | 7128bf010f4aeef14b56337b05ccc912f8a1ad1a (diff) |
a bit of .h cleanups, no functionnal change
Diffstat (limited to 'usr.sbin/smtpd/parser.c')
-rw-r--r-- | usr.sbin/smtpd/parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/parser.c b/usr.sbin/smtpd/parser.c index 03e759d0e5f..dddc43a303d 100644 --- a/usr.sbin/smtpd/parser.c +++ b/usr.sbin/smtpd/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.16 2010/10/09 22:05:35 gilles Exp $ */ +/* $OpenBSD: parser.c,v 1.17 2010/11/28 13:56:43 gilles Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -30,6 +30,7 @@ #include <err.h> #include <errno.h> +#include <imsg.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> |