updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / sash / sash-3.7-add-fs-include.patch
blob7a9632b57e99579cf799d75ad272cbb08dbb66be
1 --- sash-3.7/cmd_chattr.c 2002-03-08 08:21:03.000000000 +0100
2 +++ sash-3.7-patch/cmd_chattr.c 2009-07-01 11:57:43.844920132 +0200
3 @@ -12,6 +12,7 @@
5 #include <sys/ioctl.h>
6 #include <sys/types.h>
7 +#include <linux/fs.h>
8 #include <linux/ext2_fs.h>
10 #include "sash.h"