# HG changeset patch # User Paul Fisher # Date 1751177988 14400 # Node ID 04105e9a7de8e547ccfd2e30ea4b707cece00127 # Parent 2346fd501b7ae0f6e879d82bc6a35abb7c51b1ce Fix constants in libpam-sys-test. diff -r 2346fd501b7a -r 04105e9a7de8 libpam-sys/libpam-sys-test/build.rs --- a/libpam-sys/libpam-sys-test/build.rs Sun Jun 29 02:15:46 2025 -0400 +++ b/libpam-sys/libpam-sys-test/build.rs Sun Jun 29 02:19:48 2025 -0400 @@ -26,10 +26,10 @@ fn test_config() -> TestConfig { TestConfig { headers: vec![ - "security/pam_types.h", - "security/openpam.h", - "security/pam_appl.h", - "security/pam_constants.h", + "security/pam_types.h".into(), + "security/openpam.h".into(), + "security/pam_appl.h".into(), + "security/pam_constants.h".into(), ], ignore_consts: vec![], }