From dda026a81c36cdf6fe384f83601f3aa69044d3e3 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Sun, 27 Sep 2009 09:58:17 -0400 Subject: [PATCH] 2.6.30 fixes. Backport: http://www.pvfs.org/fisheye/changelog/PVFS/src/kernel?cs=MAIN:pcarns:20090630184815 --- src/kernel/linux-2.6/acl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/kernel/linux-2.6/acl.c b/src/kernel/linux-2.6/acl.c index 290851b..0b1f529 100644 --- a/src/kernel/linux-2.6/acl.c +++ b/src/kernel/linux-2.6/acl.c @@ -31,6 +31,7 @@ #include #endif #include "bmi-byteswap.h" +#include /* * Encoding and Decoding the extended attributes so that we can -- 1.6.3.3