Skip to content
Snippets Groups Projects
Commit 22e5236d authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

include liblustre only after libcfs includes for avoid break build.

parent 8f16bbf7
No related merge requests found
...@@ -10,12 +10,11 @@ ...@@ -10,12 +10,11 @@
#define LNET_ONLY #define LNET_ONLY
#include <libcfs/kp30.h>
#include <libcfs/libcfs.h>
#ifndef __KERNEL__ #ifndef __KERNEL__
#include <liblustre.h> /* userland spinlock_t and atomic_t */ #include <liblustre.h> /* userland spinlock_t and atomic_t */
#endif #endif
#include <libcfs/kp30.h>
#include <libcfs/libcfs.h>
#include <lnet/lnet.h> #include <lnet/lnet.h>
#include <lnet/lib-lnet.h> #include <lnet/lib-lnet.h>
#include <lnet/lib-types.h> #include <lnet/lib-types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment