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:
jch 2017-10-02 09:45:17 +00:00
parent b20e21edec
commit 7b077c606b

View File

@ -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>