Whamcloud - gitweb
e2undo: #include <libgen.h> since we use basename()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jun 2016 20:19:11 +0000 (16:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jun 2016 20:19:11 +0000 (16:19 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/e2undo.c

index 72e756a..a8cb000 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #endif
 #include <unistd.h>
+#include <libgen.h>
 #include "ext2fs/ext2fs.h"
 #include "support/nls-enable.h"