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