opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any.

Submitted by:	alc@
This commit is contained in:
Warner Losh 2008-10-12 02:31:09 +00:00
parent 4f7df5c284
commit 3279d247b2
2 changed files with 3 additions and 1 deletions

View File

@ -42,8 +42,9 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_md.h"
#include "opt_ddb.h"
#include "opt_md.h"
#include "opt_msgbuf.h"
#include <sys/param.h>
#include <sys/proc.h>

View File

@ -69,6 +69,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_msgbuf.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>