summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-10 04:52:05 +0000
committerderaadt <deraadt@openbsd.org>1996-06-10 04:52:05 +0000
commitcfa1100c2117ed55c93448d09631c72c187149f6 (patch)
treeba7351e2039b13ba39efcc23625b80e00b4d669d
parentfix "iteconfig -h" message, from Hubert Feyrer, netbsd pr#2444 (diff)
downloadwireguard-openbsd-cfa1100c2117ed55c93448d09631c72c187149f6.tar.xz
wireguard-openbsd-cfa1100c2117ed55c93448d09631c72c187149f6.zip
pull in <paths.h> for _PATH_VARTMP
-rw-r--r--usr.sbin/sendmail/src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/src/conf.h b/usr.sbin/sendmail/src/conf.h
index 13ec394b6f5..8f8756f534b 100644
--- a/usr.sbin/sendmail/src/conf.h
+++ b/usr.sbin/sendmail/src/conf.h
@@ -518,6 +518,7 @@ typedef int pid_t;
# define HASFCHMOD 1 /* has fchmod(2) syscall */
# define HASSNPRINTF 1 /* has snprintf(3) and vsnprintf(3) */
# include <sys/cdefs.h>
+# include <paths.h> /* for _PATH_VARTMP */
# define ERRLIST_PREDEFINED /* don't declare sys_errlist */
# define BSD4_4_SOCKADDR /* has sa_len */
# define NETLINK 1 /* supports AF_LINK */