Merge "installd: use correct header file."

This commit is contained in:
Nick Kralevich
2013-03-01 16:40:13 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -14,7 +14,7 @@
** limitations under the License.
*/
#include <linux/capability.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include "installd.h"