[PATCH] fix missing includes
[deliverable/linux.git] / drivers / infiniband / hw / mthca / mthca_av.c
index 889e85096736c198ef2cbc6a6525cfafcd06c7ea..22fdc446f25cdcd0d3100cd20dd800d7b7d42830 100644 (file)
@@ -34,6 +34,8 @@
  */
 
 #include <linux/init.h>
+#include <linux/string.h>
+#include <linux/slab.h>
 
 #include <rdma/ib_verbs.h>
 #include <rdma/ib_cache.h>
This page took 0.037388 seconds and 5 git commands to generate.