Whamcloud - gitweb
config: update config.{guess,sub}
[tools/e2fsprogs.git] / e2fsck / extend.c
index a1a4557..bdb62c3 100644 (file)
@@ -1,19 +1,21 @@
 /*
  * extend.c --- extend a file so that it has at least a specified
  *     number of blocks.
- * 
+ *
  * Copyright (C) 1993, 1994, 1995 Theodore Ts'o.
  *
  * This file may be redistributed under the terms of the GNU Public
  * License.
  */
 
+#include "config.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
 #include <fcntl.h>
+#include "../misc/nls-enable.h"
 
 static void usage(char *progname)
 {