commit | f54e539b9c97f16e3f48fe6f89ad827096f85608 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Fri Jan 29 22:04:43 2016 +0100 |
committer | that <github@that.at> | Fri Jan 29 22:04:43 2016 +0100 |
tree | 0adb9349f5fcf7f52d314965f6684416c63a5ca8 | |
parent | b5fab76bea98dff8d0825d16c3dd359397449e9a [diff] |
partition.cpp: fix build, add missing include Change-Id: I5b4c3b90d579573536e9de2df5127160cdc9a10f
diff --git a/partition.cpp b/partition.cpp index 4626a5f..d038c38 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -24,6 +24,7 @@ #include <sys/mount.h> #include <unistd.h> #include <dirent.h> +#include <libgen.h> #include <iostream> #include <sstream> #include <sys/param.h>