Farhan/openssh
Revision | 47da33088eb8dc14f930f09ba0b5b4ff017b0002 (tree) |
---|---|
Time | 2013-03-01 07:53:20 |
Author | Nick Kralevich <nnk@goog...> |
Commiter | Gerrit Code Review |
Merge "openssh: use correct header file."
@@ -29,7 +29,7 @@ | ||
29 | 29 | |
30 | 30 | #ifdef ANDROID |
31 | 31 | #include <private/android_filesystem_config.h> |
32 | -#include <linux/capability.h> | |
32 | +#include <sys/capability.h> | |
33 | 33 | #include <linux/prctl.h> |
34 | 34 | #endif |
35 | 35 |