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

Commit c819f49e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Include sys/types.h for uid_t" into main

parents 9ea5cbf7 b5c8ca3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#pragma once
#include <android-base/result.h>
#include <string>
#include <sys/types.h>

android::base::Result<std::string> RunExternalHandler(
        const std::string& handler, uid_t uid, gid_t gid,