Forgotten bits in r324179: Include sys/syslog.h if INVARIANTS is not defined
MFC after: 1 week X-MFC with: r324179 Pointy hat to: jch
This commit is contained in:
parent
b20e21edec
commit
7b077c606b
@ -47,6 +47,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/proc.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socketvar.h>
|
||||
#ifndef INVARIANTS
|
||||
#include <sys/syslog.h>
|
||||
#endif
|
||||
#include <sys/protosw.h>
|
||||
#include <sys/random.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user