From: Theodore Ts'o Date: Sun, 8 Jun 2008 02:07:50 +0000 (-0400) Subject: Add "#include " to get PATH_MAX for mke2fs and tune2fs X-Git-Tag: v1.41-WIP-0617~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=365857912e27914afa8857af5adf74ee19ca9e03;p=tools%2Fe2fsprogs.git Add "#include " to get PATH_MAX for mke2fs and tune2fs Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.c b/misc/mke2fs.c index a955af1..ff44204 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -45,6 +45,7 @@ extern int optind; #include #include #include +#include #include "ext2fs/ext2_fs.h" #include "et/com_err.h" diff --git a/misc/tune2fs.c b/misc/tune2fs.c index ba19b23..ba2bf0b 100644 --- a/misc/tune2fs.c +++ b/misc/tune2fs.c @@ -43,6 +43,7 @@ extern int optind; #include #include #include +#include #include "ext2fs/ext2_fs.h" #include "ext2fs/ext2fs.h"