summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net/if_llatbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net/if_llatbl.h')
-rw-r--r--freebsd/sys/net/if_llatbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/net/if_llatbl.h b/freebsd/sys/net/if_llatbl.h
index 74301284..7bf57bdb 100644
--- a/freebsd/sys/net/if_llatbl.h
+++ b/freebsd/sys/net/if_llatbl.h
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#ifndef _NET_IF_LLATBL_H_
#define _NET_IF_LLATBL_H_
+#include <sys/_eventhandler.h>
#include <sys/_rwlock.h>
#include <netinet/in.h>
#include <sys/epoch.h>
@@ -267,7 +268,6 @@ llentry_mark_used(struct llentry *lle)
int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
-#include <sys/eventhandler.h>
enum {
LLENTRY_RESOLVED,
LLENTRY_TIMEDOUT,