From c70ce7b09d8fd0b341c33e1b8d584a91bb241547 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 18 Sep 2006 23:54:32 +1000 Subject: - (dtucker) [openbsd-compat/port-aix.{c,h}] Reduce scope of includes. Prevents macro redefinition warnings of "RDONLY". --- openbsd-compat/port-aix.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'openbsd-compat/port-aix.c') diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index d0a423005..b9fabf61f 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -45,6 +45,16 @@ #include #include #include + +#ifdef WITH_AIXAUTHENTICATE +# include +# include +# if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG) +# include +# endif +# include +#endif + #include "port-aix.h" # ifdef HAVE_SETAUTHDB -- cgit v1.2.3