From 22e5236d63b249166397c7c021358b4eb97e0d79 Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 21 Dec 2007 10:49:08 +0000 Subject: [PATCH] include liblustre only after libcfs includes for avoid break build. --- lnet/selftest/selftest.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lnet/selftest/selftest.h b/lnet/selftest/selftest.h index f27106e..9e9fb67 100644 --- a/lnet/selftest/selftest.h +++ b/lnet/selftest/selftest.h @@ -10,12 +10,11 @@ #define LNET_ONLY +#include +#include #ifndef __KERNEL__ #include /* userland spinlock_t and atomic_t */ #endif - -#include -#include #include #include #include -- 1.8.3.1