diff options
Diffstat (limited to 'usr.sbin/smtpd/log.c')
-rw-r--r-- | usr.sbin/smtpd/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/log.c b/usr.sbin/smtpd/log.c index df030196682..4325890cdd3 100644 --- a/usr.sbin/smtpd/log.c +++ b/usr.sbin/smtpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.9 2010/10/09 22:05:35 gilles Exp $ */ +/* $OpenBSD: log.c,v 1.10 2010/11/28 13:56:43 gilles Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -32,7 +32,7 @@ #include <syslog.h> #include <time.h> -#include "smtpd.h" +#include "log.h" int debug; int verbose; |