summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-02-22 04:49:45 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-02-22 04:49:45 +0000
commit76c1d898c3f7999c67d06d913d40b4d5adb42c02 (patch)
tree8c44330b8a24e3976bd3a1cc60adfd893e6e53fd /modules
parentfe18f187e6553f814d45f714b35e19011b1014b4 (diff)
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')
-rw-r--r--modules/pam_issue/pam_issue.c1
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>