commit | d747129e1e8876f5a50f47156ec50b6969a638e4 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 16:59:13 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 28 16:59:13 2013 -0800 |
tree | 383e7e1915bd60cd3a5ae5ea38c4d41f809a08d0 | |
parent | a9a1b006e48320f5c501473e51e6c4a5f7a17b88 [diff] [blame] |
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
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index c272e47..a58eca8 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c
@@ -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>