Do not depend on namespace pollution, explicitly include sys/sx.h

This commit is contained in:
Alexander Kabaev 2003-03-12 02:55:20 +00:00
parent 98822e3945
commit 46300030ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112128

View File

@ -76,6 +76,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/stdint.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <netinet/in.h>