extend.c:
flushb.c: Add include of nls-enable.h which is necessary so that they
can compile correctly.
+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
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
+#include "../misc/nls-enable.h"
static void usage(char *progname)
{
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#include "../misc/nls-enable.h"
#ifdef __STDC__
#define NOARGS void