Really include <paths.h> (it seems it was brought in indirectly)

This commit is contained in:
Dag-Erling Smørgrav 2002-05-08 00:47:02 +00:00
parent 99b82bb76a
commit c8466cf99c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96197

View File

@ -70,6 +70,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <libutil.h>
#include <netdb.h>
#include <paths.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>