Module Name: xsrc Committed By: christos Date: Wed Mar 6 01:14:10 UTC 2019
Modified Files: xsrc/external/mit/xdm/dist/include: dm.h Log Message: openpam includes To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/xdm/dist/include/dm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xdm/dist/include/dm.h diff -u xsrc/external/mit/xdm/dist/include/dm.h:1.1.1.2 xsrc/external/mit/xdm/dist/include/dm.h:1.2 --- xsrc/external/mit/xdm/dist/include/dm.h:1.1.1.2 Tue Mar 5 03:26:49 2019 +++ xsrc/external/mit/xdm/dist/include/dm.h Tue Mar 5 20:14:10 2019 @@ -101,6 +101,9 @@ typedef union wait waitType; # endif /* X_NOT_POSIX */ # ifdef USE_PAM +# ifdef HAVE_SECURITY_PAM_TYPES_H +# include <security/pam_types.h> +# endif # ifdef HAVE_SECURITY_PAM_APPL_H # include <security/pam_appl.h> # elif defined(HAVE_PAM_PAM_APPL_H)