1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Indirectly pull in declaration for M_IFADDR.

This commit is contained in:
Jeffrey Hsu 2002-12-28 21:09:38 +00:00
parent 43b7990e30
commit decb81fec7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108359

View File

@ -37,6 +37,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>