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

Commit 848b4c9a authored by Nick Kralevich's avatar Nick Kralevich
Browse files

installd: use correct header file.

Change-Id: I035524b857a04f8400e96468310d88abf247e582
parent 7b69e401
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"