From: shadow Date: Fri, 21 Dec 2007 10:49:08 +0000 (+0000) Subject: include liblustre only after libcfs includes for avoid break build. X-Git-Tag: v1_7_0_51~370 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=22e5236d63b249166397c7c021358b4eb97e0d79;p=fs%2Flustre-release.git include liblustre only after libcfs includes for avoid break build. --- 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