diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 18:31:43 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 18:31:43 +0000 |
commit | a67fbffff4bfafaf5da29d492b807e26759b6d69 (patch) | |
tree | ee666a8cd98ad2ef14801997fba8fb3b58ba9472 /usr.sbin/smtpd/smtpd.h | |
parent | d9cb7c2f2f280a4ae169e07bc70612fef8ada300 (diff) |
Get ready for including imsg.h from a lib, when it comes along.
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 67778fb609d..109e3af85b4 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.127 2009/06/06 04:14:21 pyr Exp $ */ +/* $OpenBSD: smtpd.h,v 1.128 2009/06/06 18:31:42 pyr Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -17,7 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "imsg.h" +#include <imsg.h> #define IMSG_SIZE_CHECK(p) do { \ if (IMSG_DATA_SIZE(&imsg) != sizeof(*p)) \ |