With build without TCP_HHOOK and with INVARIANTS. Before mutex.h came

via sys/hhook.h -> sys/rmlock.h -> sys/mutex.h.
This commit is contained in:
Gleb Smirnoff 2016-10-13 18:02:29 +00:00
parent fb892dbae0
commit ec7bbf1f79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307226

View File

@ -60,7 +60,9 @@ __FBSDID("$FreeBSD$");
#include "opt_tcpdebug.h"
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/kernel.h>
#ifdef TCP_HHOOK
#include <sys/hhook.h>