Add #include <sys/sx.h>, devfs is going to require this shortly.

This commit is contained in:
Poul-Henning Kamp 2005-09-19 18:52:51 +00:00
parent 25284732cd
commit 3642298923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150340
7 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/pipe.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <sys/msg.h>
#include <sys/sem.h>

View File

@ -59,6 +59,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sx.h>
#include <sys/pipe.h>
#include <sys/sysctl.h>
#include <sys/syslog.h>

View File

@ -60,6 +60,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/pipe.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <sys/msg.h>
#include <sys/sem.h>

View File

@ -59,6 +59,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/pipe.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <fs/devfs/devfs.h>

View File

@ -54,6 +54,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <fs/devfs/devfs.h>

View File

@ -62,6 +62,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/pipe.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <sys/msg.h>
#include <sys/sem.h>

View File

@ -57,6 +57,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sx.h>
#include <sys/sysctl.h>
#include <sys/msg.h>
#include <sys/sem.h>