Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-06-07 22:07:50 -04:00
parent 97cf43f8aa
commit 365857912e
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ extern int optind;
#include <sys/ioctl.h>
#include <sys/types.h>
#include <libgen.h>
#include <limits.h>
#include "ext2fs/ext2_fs.h"
#include "et/com_err.h"

View File

@ -43,6 +43,7 @@ extern int optind;
#include <unistd.h>
#include <sys/types.h>
#include <libgen.h>
#include <limits.h>
#include "ext2fs/ext2_fs.h"
#include "ext2fs/ext2fs.h"