View | Details | Raw Unified | Return to bug 640
Collapse All | Expand All

(-)openbsd-compat/port-aix.h (-1 / +1 lines)
Lines 31-37 Link Here
31
# include <login.h>
31
# include <login.h>
32
# include <userpw.h>
32
# include <userpw.h>
33
# include <usersec.h>
33
# include <usersec.h>
34
# ifdef HAVE_SYS_AUDIT_H
34
# if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG)
35
#  include <sys/audit.h>
35
#  include <sys/audit.h>
36
# endif
36
# endif
37
#endif
37
#endif

Return to bug 640