Index: mbuf.h =================================================================== RCS file: /cvs/src/sys/sys/mbuf.h,v retrieving revision 1.208 diff -u -p -r1.208 mbuf.h --- mbuf.h 23 Feb 2016 01:39:14 -0000 1.208 +++ mbuf.h 30 Mar 2016 01:31:39 -0000 @@ -35,9 +35,6 @@ #ifndef _SYS_MBUF_H_ #define _SYS_MBUF_H_ -#include -#include - /* * Constants related to network buffer management. * MCLBYTES must be no larger than PAGE_SIZE (the software page size) and, @@ -242,6 +239,7 @@ struct mbuf { #define M_FLOWID_MASK 0x7fff /* flow id to map to path */ /* flags to m_get/MGET */ +#include #define M_DONTWAIT M_NOWAIT #define M_WAIT M_WAITOK