Whamcloud - gitweb
ChangeLog, extend.c, flushb.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 Sep 2000 21:24:36 +0000 (21:24 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Sep 2000 21:24:36 +0000 (21:24 +0000)
  extend.c:
  flushb.c: Add include of nls-enable.h which is necessary so that they
   can compile correctly.

e2fsck/ChangeLog
e2fsck/extend.c
e2fsck/flushb.c

index 7fd1f7a..049aadc 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-12    <tytso@valinux.com>
+
+       * extend.c: 
+       * flushb.c: Add include of nls-enable.h which is necessary so that
+               they can compile correctly.
+
 2000-08-22    <tytso@valinux.com>
 
        * unix.c (main): If we're doing a read-only check, skip the
index a1a4557..3a92c0e 100644 (file)
@@ -14,6 +14,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <fcntl.h>
+#include "../misc/nls-enable.h"
 
 static void usage(char *progname)
 {
index 6da1c22..a9b09b9 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
+#include "../misc/nls-enable.h"
 
 #ifdef __STDC__
 #define NOARGS void