e2undo: #include <libgen.h> since we use basename()

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-06-06 16:19:11 -04:00
parent 254c50ff5f
commit 7618802123
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <errno.h>
#endif
#include <unistd.h>
#include <libgen.h>
#include "ext2fs/ext2fs.h"
#include "support/nls-enable.h"