summaryrefslogtreecommitdiffstats
path: root/sys/rpc
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-02-01 17:41:21 +0000
committerglebius <glebius@FreeBSD.org>2016-02-01 17:41:21 +0000
commit306a6faf84555a480968ca79e8c67749c0aeffc6 (patch)
tree716c1cf6a00f699a83247c820b170dad99208d86 /sys/rpc
parent2cf7257fdf54821c78e5a20f1923df89ac1870b8 (diff)
downloadFreeBSD-src-306a6faf84555a480968ca79e8c67749c0aeffc6.zip
FreeBSD-src-306a6faf84555a480968ca79e8c67749c0aeffc6.tar.gz
These files were getting sys/malloc.h and vm/uma.h with header pollution
via sys/mbuf.h
Diffstat (limited to 'sys/rpc')
-rw-r--r--sys/rpc/replay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/replay.c b/sys/rpc/replay.c
index 1bd5378..3900a84 100644
--- a/sys/rpc/replay.c
+++ b/sys/rpc/replay.c
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <sys/hash.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/queue.h>
OpenPOWER on IntegriCloud