1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Include sys/sbuf.h directly.

This commit is contained in:
Andrey V. Elsukov 2011-07-11 05:19:28 +00:00
parent fef7c585de
commit 657bd8b132
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223920

View File

@ -75,6 +75,7 @@
#include <sys/namei.h>
#include <sys/proc.h>
#include <sys/queue.h>
#include <sys/sbuf.h>
#include <sys/sched.h>
#include <sys/sf_buf.h>
#include <sys/sysctl.h>