add queue.h, now needed for file.h
This commit is contained in:
parent
5535673fe8
commit
a40d159b40
@ -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…
x
Reference in New Issue
Block a user