summaryrefslogtreecommitdiffstats
path: root/otautil/DirUtil.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-04 01:34:36 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-04 01:34:36 +0200
commit2cedab7af95e1065cce1633de1b3acd5a40928f7 (patch)
tree149e16016b8bc8528524484dcd3a7f81e65fff30 /otautil/DirUtil.cpp
parentMerge "screen_ui: stage marker positioning" (diff)
parentotautil: Export headers. (diff)
downloadandroid_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.gz
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.bz2
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.lz
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.xz
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.zst
android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.zip
Diffstat (limited to '')
-rw-r--r--otautil/DirUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/DirUtil.cpp b/otautil/DirUtil.cpp
index fffc82219..61c832813 100644
--- a/otautil/DirUtil.cpp
+++ b/otautil/DirUtil.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "DirUtil.h"
+#include "otautil/DirUtil.h"
#include <dirent.h>
#include <errno.h>