commit | 823694de2bdebdce3d7708fb251962226f12e02a | [log] [tgz] |
---|---|---|
author | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Sun Nov 18 13:20:29 2012 +0100 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Tue Feb 26 20:26:41 2013 +0100 |
tree | ad71c6a2704d66e43b2910e029423eb82984a915 | |
parent | 6e205db6a39b79aa175775be9edb0d4c6092eea8 [diff] [blame] |
Busybox 1.21.0 squashed commit for jellybean Change-Id: I423c7fc1254050c6495126b1b18dd33af07fed6b Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index b83db00..a7006f0 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c
@@ -15,6 +15,7 @@ #include "libbb.h" #include <syslog.h> +#include <sys/resource.h> /* setrlimit */ static void nuke_str(char *str) {