Fix !DEBUGNET build after r362138

X-MFC-With:	r362138
This commit is contained in:
Conrad Meyer 2020-06-13 03:16:09 +00:00
parent 508a6e84e7
commit 8bc0d2b855
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362142
2 changed files with 1 additions and 2 deletions

View File

@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <net/bpf.h>
#include <net/debugnet.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_dl.h>

View File

@ -40,9 +40,7 @@
#include <sys/taskqueue.h>
#include <sys/time.h>
#ifdef DEBUGNET
#include <net/debugnet.h>
#endif
/*
* Common state locking definitions.