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

Commit f5276c16 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "installd: use correct header file."

parents 937cfa77 848b4c9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
** limitations under the License.
*/

#include <linux/capability.h>
#include <sys/capability.h>
#include "installd.h"
#include <diskusage/dirsize.h>
#include <selinux/android.h>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
** limitations under the License.
*/

#include <linux/capability.h>
#include <sys/capability.h>
#include <linux/prctl.h>

#include "installd.h"