summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parentd0ae8d409e9e7de2c714197251c4c005fe7d7ad4 (diff)
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 'examples')
-rw-r--r--examples/xsh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xsh.c b/examples/xsh.c
index 0987da26..7babce42 100644
--- a/examples/xsh.c
+++ b/examples/xsh.c
@@ -11,6 +11,8 @@
#include <security/pam_appl.h>
#include <security/pam_misc.h>
+#include <security/_pam_aconf.h>
+
/* ------ some local (static) functions ------- */
static void bail_out(pam_handle_t *pamh,int really, int code, const char *fn)