Include sys/socket.h to know about sa_family_t.

This commit is contained in:
Gleb Smirnoff 2006-10-17 16:56:29 +00:00
parent 237af4af3f
commit bbf889eded
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163469
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/socket.h>
#include <stdarg.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_socket.h>

View File

@ -42,6 +42,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/socket.h>
#include <stdarg.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_socket.h>