]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-linux-sysincludes-needs-slab-20050211
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Mon, 21 Feb 2005 01:13:58 +0000 (01:13 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Feb 2005 01:13:58 +0000 (01:13 +0000)
add linux/slab.h to includes

(cherry picked from commit 8d1d71913cebee105416affa940fe96d63b12696)

src/afs/sysincludes.h

index 03c7594d7a5a64848fcc00680b2c8bf34bec8f68..d592679ae7a713c962887ead4ce5de252af5184b 100644 (file)
@@ -89,6 +89,7 @@ struct xfs_inode_info {
 #include <linux/quota.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
+#include <linux/slab.h>
 #include <linux/string.h>
 #include <asm/semaphore.h>
 #include <linux/errno.h>