include/linux/kmemleak.h: needs slab.h
[deliverable/linux.git] / include / linux / kmemleak.h
index 057e959710143e3f21bbe6e1523e10ad9a2067af..e705467ddb478d1d0a56f53269f5bebf19822b32 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __KMEMLEAK_H
 #define __KMEMLEAK_H
 
+#include <linux/slab.h>
+
 #ifdef CONFIG_DEBUG_KMEMLEAK
 
 extern void kmemleak_init(void) __ref;
This page took 0.024411 seconds and 5 git commands to generate.