summaryrefslogtreecommitdiff
path: root/e2fsck/ea_refcount.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-09-12 09:10:39 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-09-12 09:10:39 -0400
commit0eeec8ac61bf1eaa31533b2be825cd75580829c9 (patch)
tree89118cba85bf3cd64ba24e2c205788baead4d607 /e2fsck/ea_refcount.c
parentf8bd55160cde8a678a9ddbf69b7555504b253bef (diff)
downloade2fsprogs-0eeec8ac61bf1eaa31533b2be825cd75580829c9.tar.gz
Fix compiling under diet libc
Some recent changes had caused diet libc support to bitrot. Fix up missing header files and other portability fixups needed for dietlibc. (Many of these changes also improve general portability.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/ea_refcount.c')
-rw-r--r--e2fsck/ea_refcount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/ea_refcount.c b/e2fsck/ea_refcount.c
index daaedc4b..39f2db7f 100644
--- a/e2fsck/ea_refcount.c
+++ b/e2fsck/ea_refcount.c
@@ -11,6 +11,9 @@
#include <string.h>
#include <stdio.h>
+#ifdef TEST_PROGRAM
+#undef ENABLE_NLS
+#endif
#include "e2fsck.h"
/*