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

This commit is contained in:
Nick Kralevich 2013-03-01 17:42:32 +00:00 committed by Android (Google) Code Review
commit 5ec3e781c5
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"