From bbf889ededbfd1adae1823372c3041d465f1e029 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Tue, 17 Oct 2006 16:56:29 +0000 Subject: [PATCH] Include sys/socket.h to know about sa_family_t. --- lib/libnetgraph/msg.c | 1 + lib/libnetgraph/sock.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c index 8b4ca06a7166..48447d953265 100644 --- a/lib/libnetgraph/msg.c +++ b/lib/libnetgraph/msg.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c index 395f28b7025a..fca3900913df 100644 --- a/lib/libnetgraph/sock.c +++ b/lib/libnetgraph/sock.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include