From: op Date: Wed, 10 May 2023 07:19:49 +0000 (+0000) Subject: add a few missing headers, reduces the diff with -portable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7e71987f759f00cd88e04f78fac5c556bcf7ca45;p=openbsd add a few missing headers, reduces the diff with -portable ok millert@ --- diff --git a/usr.sbin/smtpd/mail.maildir.c b/usr.sbin/smtpd/mail.maildir.c index c204caaf222..355831e894d 100644 --- a/usr.sbin/smtpd/mail.maildir.c +++ b/usr.sbin/smtpd/mail.maildir.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #define MAILADDR_ESCAPE "!#$%&'*/?^`{|}~" diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 4915bf6002c..42d396868dc 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.291 2022/02/10 14:59:35 millert Exp $ */ +/* $OpenBSD: parse.y,v 1.292 2023/05/10 07:19:49 op Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -34,6 +34,8 @@ #include #include #include +#include +#include #include #include #include