mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move the include of device.h into the NetBSD specific section.
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
This commit is contained in:
parent
eec117b5ef
commit
cd7a0684fd
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#include <sys/malloc.h>
|
||||
#if defined(__NetBSD__)
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/device.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/module.h>
|
||||
#include <sys/bus.h>
|
||||
|
|
@ -55,7 +56,6 @@
|
|||
#include <sys/select.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/poll.h>
|
||||
|
||||
#include <dev/usb/usb.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue