pull in <paths.h> for _PATH_VARTMP.
This commit is contained in:
parent
0fae2c6fbd
commit
8493c7c772
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue