Subject: Use includes from e2fslibs rather than the kernel
From: Tollef Fog Heen <tfheen@debian.org>
Bug-Debian: #223203
Last-updated: 2010-04-04
Index: sash-3.7/cmd_chattr.c
===================================================================
--- sash-3.7.orig/cmd_chattr.c	2010-04-04 10:40:52.644957438 +0200
+++ sash-3.7/cmd_chattr.c	2010-04-04 10:41:11.084974379 +0200
@@ -12,7 +12,7 @@
 
 #include <sys/ioctl.h>
 #include <sys/types.h>
-#include <linux/ext2_fs.h>
+#include <ext2fs/ext2_fs.h>
 
 #include "sash.h"
 
