1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

#include <arpa/inet.h>

This commit is contained in:
Peter Wemm 1998-06-12 16:24:13 +00:00
parent 0cb730b0dc
commit ef1f75f486
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36926

View File

@ -37,7 +37,7 @@
*
* @(#)fsinfo.h 8.1 (Berkeley) 6/6/93
*
* $Id: fsinfo.h,v 1.5 1997/02/22 16:03:21 peter Exp $
* $Id: fsinfo.h,v 1.6 1997/09/02 06:35:18 charnier Exp $
*
*/
@ -82,6 +82,7 @@ typedef char *voidp;
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <net/ethernet.h>