Include sys/sbuf.h directly.

This commit is contained in:
Andrey V. Elsukov 2011-07-11 05:17:46 +00:00
parent c2d900ef50
commit fef7c585de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223919
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/filedesc.h>
#include <sys/reboot.h>
#include <sys/sbuf.h>
#include <sys/syscallsubr.h>
#include <sys/sysproto.h>
#include <sys/sx.h>

View File

@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/filedesc.h>
#include <sys/reboot.h>
#include <sys/sbuf.h>
#include <sys/stat.h>
#include <sys/syscallsubr.h>
#include <sys/sysproto.h>