From 137772471db1dac4f44207117be860bf53ac313f Mon Sep 17 00:00:00 2001 From: scjody Date: Fri, 4 Jan 2008 16:36:47 +0000 Subject: [PATCH] Branch b1_4 Fix compile breakage on Cray XT3 b=13516 i=johann i=adilger --- lnet/selftest/selftest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/selftest/selftest.h b/lnet/selftest/selftest.h index 9e9fb67..dd97726 100644 --- a/lnet/selftest/selftest.h +++ b/lnet/selftest/selftest.h @@ -10,11 +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