Add netinet/in.h for struct sockaddr_in

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-23 05:46:10 +00:00
parent 6f744ddee4
commit a39196afea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273516

View File

@ -47,6 +47,10 @@ __RCSID("$NetBSD: t_stat.c,v 1.4 2012/03/17 08:37:08 jruoho Exp $");
#include <stdio.h>
#if defined(__FreeBSD__)
#include <netinet/in.h>
#endif
static const char *path = "stat";
ATF_TC_WITH_CLEANUP(stat_chflags);