diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-05-24 13:20:40 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-05-24 13:20:40 +0000 |
| commit | f346f31b43d8ccc337a8448f5e7a87fa252ec2c0 (patch) | |
| tree | 011210ecf240d8def9fcf37d84c0d06cd971957d | |
| parent | acd268c093a792561cba5ea867719fbd18b476e2 (diff) | |
Notes
| -rw-r--r-- | lib/libpam/modules/pam_rhosts/pam_rhosts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_rhosts/pam_rhosts.c b/lib/libpam/modules/pam_rhosts/pam_rhosts.c index 1060fc5a97c9..ab4222494a15 100644 --- a/lib/libpam/modules/pam_rhosts/pam_rhosts.c +++ b/lib/libpam/modules/pam_rhosts/pam_rhosts.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include <pwd.h> #include <stddef.h> +#include <string.h> #include <unistd.h> #define PAM_SM_AUTH |
