diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-02-22 04:49:45 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-02-22 04:49:45 +0000 |
commit | 76c1d898c3f7999c67d06d913d40b4d5adb42c02 (patch) | |
tree | 8c44330b8a24e3976bd3a1cc60adfd893e6e53fd /modules/pam_issue/pam_issue.c | |
parent | fe18f187e6553f814d45f714b35e19011b1014b4 (diff) | |
download | pam-76c1d898c3f7999c67d06d913d40b4d5adb42c02.tar.gz pam-76c1d898c3f7999c67d06d913d40b4d5adb42c02.tar.bz2 pam-76c1d898c3f7999c67d06d913d40b4d5adb42c02.zip |
Relevant BUGIDs: 133542
Purpose of commit: support for glibc-2.2.2
Commit summary:
---------------
This module needed another #include to support a recent spin of
the glibc headers.
Diffstat (limited to 'modules/pam_issue/pam_issue.c')
-rw-r--r-- | modules/pam_issue/pam_issue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_issue/pam_issue.c b/modules/pam_issue/pam_issue.c index 9fbf2551..2cb54bec 100644 --- a/modules/pam_issue/pam_issue.c +++ b/modules/pam_issue/pam_issue.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> +#include <time.h> #include <fcntl.h> #include <string.h> #include <unistd.h> |