diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:52:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:52:06 +0000 |
commit | 326a10c29680f0e21a7d113408a69db8928451a5 (patch) | |
tree | 75aa5c17e7570640b35ab7da6a8531b718e84aa8 | |
parent | 294d434209274f97447e4cad3cf9440bb55a87fd (diff) |
pull in <paths.h> for _PATH_VARTMP
-rw-r--r-- | usr.sbin/sendmail/src/conf.h | 1 |
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 */ |