Whamcloud - gitweb
Branch b1_8
authorjohann <johann>
Tue, 3 Nov 2009 22:54:13 +0000 (22:54 +0000)
committerjohann <johann>
Tue, 3 Nov 2009 22:54:13 +0000 (22:54 +0000)
b=21244

include sys/xattr.h instead of attr/xattr.h to fix build problems.

lustre/utils/ll_decode_filter_fid.c

index 2b18aff..e5441bf 100644 (file)
@@ -47,7 +47,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include <lustre/lustre_user.h>
 
 int main(int argc, char *argv[])