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

Commit 5ec3e781 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "installd: use correct header file." into jb-mr2-dev

parents eb0d1296 d747129e
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"