From 365857912e27914afa8857af5adf74ee19ca9e03 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 7 Jun 2008 22:07:50 -0400 Subject: [PATCH] Add "#include " to get PATH_MAX for mke2fs and tune2fs Signed-off-by: "Theodore Ts'o" --- misc/mke2fs.c | 1 + misc/tune2fs.c | 1 + 2 files changed, 2 insertions(+) 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" -- 1.8.3.1