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

Commit c90a4418 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

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

parents 5218065d b62286e6
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;