mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
add queue.h, now needed for file.h
This commit is contained in:
parent
5535673fe8
commit
a40d159b40
2 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
#define _KERNEL
|
||||
#define KERNEL
|
||||
#if !defined(solaris) && !defined(linux) && !defined(__sgi)
|
||||
# if (__FreeBSD_version >= 500028)
|
||||
# include <sys/queue.h>
|
||||
# endif
|
||||
# include <sys/file.h>
|
||||
#else
|
||||
# ifdef solaris
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
# undef LOCORE
|
||||
# include <sys/smp_lock.h>
|
||||
#endif
|
||||
#if (__FreeBSD_version >= 500028)
|
||||
#include <sys/queue.h>
|
||||
#endif
|
||||
#include <sys/file.h>
|
||||
#undef _KERNEL
|
||||
#undef KERNEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue