mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
Include correct header to get definition of struct sockaddr_un.
This commit is contained in:
parent
aec120dd4b
commit
3492514dfd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36110
@ -42,7 +42,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id: fstat.c,v 1.13 1997/08/31 01:27:04 alex Exp $";
|
||||
"$Id: fstat.c,v 1.14 1997/09/18 23:16:17 dima Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -55,6 +55,7 @@ static const char rcsid[] =
|
||||
#include <sys/socketvar.h>
|
||||
#include <sys/domain.h>
|
||||
#include <sys/protosw.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/unpcb.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/filedesc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user