summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-01-29 03:06:07 +0000
committerdm <dm@cvs.openbsd.org>1996-01-29 03:06:07 +0000
commit00f0365455374aa6ecbdb51c812e6367a65a5e7d (patch)
treeb0a1870c9d357a7b61c76c56902c4fcdc89139a0
parent9a9275d0215b61bc271a73f7732abdf65c636756 (diff)
included paths.h
-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 9ac4d8f3427..13ec394b6f5 100644
--- a/usr.sbin/sendmail/src/conf.h
+++ b/usr.sbin/sendmail/src/conf.h
@@ -512,6 +512,7 @@ typedef int pid_t;
*/
#if defined(BSD4_4) && !defined(__bsdi__)
+# include <paths.h>
# define HASUNSETENV 1 /* has unsetenv(3) call */
# define USESETEUID 1 /* has useable seteuid(2) call */
# define HASFCHMOD 1 /* has fchmod(2) syscall */