pull in <paths.h> for _PATH_VARTMP.

This commit is contained in:
mrg 1996-05-30 13:00:09 +00:00
parent 0fae2c6fbd
commit 8493c7c772
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,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 */