Allow the rbtree header file in the LinuxKPI to be used in standalone code.
MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
01fdacdbc7
commit
ff15f3f133
@ -31,7 +31,10 @@
|
||||
#ifndef _LINUX_RBTREE_H_
|
||||
#define _LINUX_RBTREE_H_
|
||||
|
||||
#ifndef _STANDALONE
|
||||
#include <sys/stddef.h>
|
||||
#endif
|
||||
|
||||
#include <sys/tree.h>
|
||||
|
||||
struct rb_node {
|
||||
|
Loading…
Reference in New Issue
Block a user