Forget to include sysctl.h

Submitted by: des
This commit is contained in:
Alfred Perlstein 2000-09-09 18:47:46 +00:00
parent d1edabdffa
commit b47ce7f5cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65643

View file

@ -29,6 +29,7 @@
#define ACCEPT_FILTER_MOD
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
#include <sys/kernel.h>