From: Theodore Ts'o Date: Mon, 6 Jun 2016 20:19:11 +0000 (-0400) Subject: e2undo: #include since we use basename() X-Git-Tag: v1.43.1~13 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=76188021233d1e22ba3ce0787a76096c82cdc0a5;p=tools%2Fe2fsprogs.git e2undo: #include since we use basename() Signed-off-by: Theodore Ts'o --- diff --git a/misc/e2undo.c b/misc/e2undo.c index 72e756a..a8cb000 100644 --- a/misc/e2undo.c +++ b/misc/e2undo.c @@ -21,6 +21,7 @@ #include #endif #include +#include #include "ext2fs/ext2fs.h" #include "support/nls-enable.h"