From 941880626e036fc48f31e13c5b71bb1118346d5c Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Thu, 27 Jan 2011 23:13:21 +0100 Subject: [PATCH] b=21776 make sure libcfs_memory_pressure_get is declared before using it in LNetPut() --- lnet/include/lnet/lib-lnet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lnet/include/lnet/lib-lnet.h b/lnet/include/lnet/lib-lnet.h index 9ef1207..46a39ae 100644 --- a/lnet/include/lnet/lib-lnet.h +++ b/lnet/include/lnet/lib-lnet.h @@ -53,6 +53,7 @@ #include #include +#include #include #include -- 1.8.3.1