netipsec: fix build after 309144

Reported by:	rakuco
This commit is contained in:
Ed Maste 2016-11-26 00:59:01 +00:00
parent 1a2079d936
commit 79b4dcad2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309174

View File

@ -39,8 +39,10 @@
#include <sys/param.h>
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/queue.h>
#endif
#include <sys/socket.h>