summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
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/dev/ep
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/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index cd7afb5..9f6848a 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -63,6 +63,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud