From c6b3bbe2b991f4f87ca1f8214f43c13a5a73f385 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 13 Dec 1999 08:27:33 +1100 Subject: - Fix compilation on systems with AFS. Reported by aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl - Auto-locate xauth. Patch from David Agraz - Compile fix from David Agraz - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble --- includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 6afe88d5..c14ab6b3 100644 --- a/includes.h +++ b/includes.h @@ -77,6 +77,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "bsd-strlcat.h" #include "bsd-mktemp.h" #include "bsd-snprintf.h" +#include "bsd-daemon.h" /* Define this to be the path of the xauth program. */ #ifndef XAUTH_PATH -- cgit v1.2.3