From: Johann Lombardi Date: Thu, 27 Jan 2011 22:13:21 +0000 (+0100) Subject: b=21776 make sure libcfs_memory_pressure_get is declared before using it in LNetPut() X-Git-Tag: 1.8.5.54~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=941880626e036fc48f31e13c5b71bb1118346d5c;p=fs%2Flustre-release.git b=21776 make sure libcfs_memory_pressure_get is declared before using it in LNetPut() --- 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