From 6d8f508fe9bed97a12d8f2a8dd01a413d7a60560 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Mon, 26 Nov 2001 03:04:46 +0000 Subject: 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. --- examples/xsh.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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 #include +#include + /* ------ some local (static) functions ------- */ static void bail_out(pam_handle_t *pamh,int really, int code, const char *fn) -- cgit v1.2.3