diff options
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fsck.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index 6f3fd7eda..ceafaea4b 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c | |||
@@ -39,6 +39,9 @@ | |||
39 | 39 | ||
40 | #include "e2fsck.h" /*Put all of our defines here to clean things up*/ | 40 | #include "e2fsck.h" /*Put all of our defines here to clean things up*/ |
41 | 41 | ||
42 | #define _(x) x | ||
43 | #define N_(x) x | ||
44 | |||
42 | /* | 45 | /* |
43 | * Procedure declarations | 46 | * Procedure declarations |
44 | */ | 47 | */ |