Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 855998d0 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am c90a4418: Merge "idmap: scan missing include for sys/stat.h"

* commit 'c90a4418':
  idmap: scan missing include for sys/stat.h
parents f942e36a c90a4418
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
#include <dirent.h>
#include <sys/stat.h>

#include "idmap.h"

#include <UniquePtr.h>
@@ -9,8 +12,6 @@
#include <utils/String16.h>
#include <utils/String8.h>

#include <dirent.h>

#define NO_OVERLAY_TAG (-1000)

using namespace android;