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

Commit d747129e authored by Nick Kralevich's avatar Nick Kralevich
Browse files

installd: use correct header file.

This is a port of https://android-review.googlesource.com/52540 ,
which doesn't apply cleanly to master.

Change-Id: I2824bb7afd4e343b5dc8bed9f24002ec1dcbf07f
parent a9a1b006
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"