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:
Hans Petter Selasky 2020-12-04 15:50:44 +00:00
parent 01fdacdbc7
commit ff15f3f133

View File

@ -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 {