diff options
Diffstat (limited to 'sys/netbt/hci_link.c')
-rw-r--r-- | sys/netbt/hci_link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netbt/hci_link.c b/sys/netbt/hci_link.c index 0dcae7e9055..6a9055413c5 100644 --- a/sys/netbt/hci_link.c +++ b/sys/netbt/hci_link.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hci_link.c,v 1.10 2010/07/29 14:06:26 blambert Exp $ */ +/* $OpenBSD: hci_link.c,v 1.11 2010/07/29 14:40:47 blambert Exp $ */ /* $NetBSD: hci_link.c,v 1.20 2008/04/24 11:38:37 ad Exp $ */ /*- @@ -35,10 +35,10 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/mbuf.h> +#include <sys/pool.h> #include <sys/proc.h> #include <sys/queue.h> #include <sys/systm.h> -#include <sys/pool.h> #include <netbt/bluetooth.h> #include <netbt/hci.h> |