Mercurial > crates > nonstick
changeset 83:9fc778c03bff
Reorder pam_types to work on BSD.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 10 Jun 2025 01:56:41 -0400 |
parents | 73c3f8e3b49d |
children | a638a45e5f1f |
files | build.rs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.rs Tue Jun 10 01:54:37 2025 -0400 +++ b/build.rs Tue Jun 10 01:56:41 2025 -0400 @@ -43,10 +43,10 @@ .header_contents( "openpam.h", r#" + #include <security/pam_types.h> #include <security/openpam.h> #include <security/pam_appl.h> #include <security/pam_constants.h> - #include <security/pam_types.h> "#, );