From 221ee422f9a6985b43e273bbd71a40889b182648 Mon Sep 17 00:00:00 2001 From: glebius Date: Tue, 17 Oct 2006 16:56:29 +0000 Subject: Include sys/socket.h to know about sa_family_t. --- lib/libnetgraph/msg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libnetgraph/msg.c') diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 8b4ca06..48447d9 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include -- cgit v1.1