commit | adfca56f9f7fb175b829a9f678c83ac7f7c87d1e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Sep 12 21:24:36 2000 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Sep 12 21:24:36 2000 +0000 |
tree | fc97d8acd7929f65792f16e7024849b048d15bbf | |
parent | 3f1e9a5db6f05fc60d7557ed40d07e3e7359821b [diff] [blame] |
ChangeLog, extend.c, flushb.c: extend.c: flushb.c: Add include of nls-enable.h which is necessary so that they can compile correctly.
diff --git a/e2fsck/flushb.c b/e2fsck/flushb.c index 6da1c22..a9b09b9 100644 --- a/e2fsck/flushb.c +++ b/e2fsck/flushb.c
@@ -8,6 +8,7 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/ioctl.h> +#include "../misc/nls-enable.h" #ifdef __STDC__ #define NOARGS void