diff options
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r-- | e2fsprogs/chattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 1471c85..66838e6 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -28,7 +28,7 @@ #include <errno.h> #include <sys/param.h> #include <sys/stat.h> -#include <ext2fs/ext2_fs.h> +#include "ext2fs/ext2_fs.h" #ifdef __GNUC__ # define EXT2FS_ATTR(x) __attribute__(x) |