KVM: PPC: Make SLB switching code the new segment framework
[safe/jmp/linux-2.6] / lib / kref.c
index 9ecd6e8..6d19f69 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/kref.h>
 #include <linux/module.h>
+#include <linux/slab.h>
 
 /**
  * kref_set - initialize object and set refcount to requested number.