diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/putpwent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pwd/putpwent.c b/pwd/putpwent.c index a6673acbf2..baf312a6fe 100644 --- a/pwd/putpwent.c +++ b/pwd/putpwent.c @@ -18,6 +18,7 @@ #include <errno.h> #include <stdio.h> #include <pwd.h> +#include <stdlib.h> #include <nss.h> #define _S(x) x ?: "" |