aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_delay.c
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-11-26 03:04:46 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-11-26 03:04:46 +0000
commit6d8f508fe9bed97a12d8f2a8dd01a413d7a60560 (patch)
tree68937571edf317260b842d2e5d169c9de3abe786 /libpam/pam_delay.c
parentd0ae8d409e9e7de2c714197251c4c005fe7d7ad4 (diff)
downloadpam-6d8f508fe9bed97a12d8f2a8dd01a413d7a60560.tar.gz
pam-6d8f508fe9bed97a12d8f2a8dd01a413d7a60560.tar.bz2
pam-6d8f508fe9bed97a12d8f2a8dd01a413d7a60560.zip
Relevant BUGIDs: 485454
Purpose of commit: revive feature Commit summary: --------------- malloc et al. debugging was not supported by the new autoconf setup, this commit rectifies that. It also adds a couple of header file inclusions that seem to be needed with recent glibc headers.
Diffstat (limited to 'libpam/pam_delay.c')
-rw-r--r--libpam/pam_delay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpam/pam_delay.c b/libpam/pam_delay.c
index 553bf72b..d38d47bc 100644
--- a/libpam/pam_delay.c
+++ b/libpam/pam_delay.c
@@ -14,6 +14,7 @@
*/
#include <unistd.h>
+#include <time.h>
#include "pam_private.h"
/* **********************************************************************