aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/chattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r--e2fsprogs/chattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c
index 1471c851d..66838e642 100644
--- a/e2fsprogs/chattr.c
+++ b/e2fsprogs/chattr.c
@@ -28,7 +28,7 @@
28#include <errno.h> 28#include <errno.h>
29#include <sys/param.h> 29#include <sys/param.h>
30#include <sys/stat.h> 30#include <sys/stat.h>
31#include <ext2fs/ext2_fs.h> 31#include "ext2fs/ext2_fs.h"
32 32
33#ifdef __GNUC__ 33#ifdef __GNUC__
34# define EXT2FS_ATTR(x) __attribute__(x) 34# define EXT2FS_ATTR(x) __attribute__(x)