Whamcloud - gitweb
b=21776 make sure libcfs_memory_pressure_get is declared before using it in LNetPut()
authorJohann Lombardi <johann.lombardi@oracle.com>
Thu, 27 Jan 2011 22:13:21 +0000 (23:13 +0100)
committerJohann Lombardi <johann.lombardi@oracle.com>
Thu, 27 Jan 2011 22:15:49 +0000 (23:15 +0100)
lnet/include/lnet/lib-lnet.h

index 9ef1207..46a39ae 100644 (file)
@@ -53,6 +53,7 @@
 
 #include <lnet/types.h>
 #include <libcfs/kp30.h>
+#include <libcfs/libcfs.h>
 #include <lnet/lnet.h>
 #include <lnet/lib-types.h>