From: Gert Doering Date: Mon, 28 Jul 2025 10:42:29 +0000 (+0200) Subject: unit_tests/plugins/auth-pam: fix stdint.h related build error on fedora 42 X-Git-Tag: v2.7_alpha3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035d47e6d80996a4cde8af1b35f9ba40b676c825;p=thirdparty%2Fopenvpn.git unit_tests/plugins/auth-pam: fix stdint.h related build error on fedora 42 add to test_search_and_replace.c to fix build error on fedora 42 / arm64 ("error: uintptr_t undeclared") Change-Id: I2ab13767b5aa858e024b45be3d161bf6090de763 Signed-off-by: Gert Doering Acked-by: Frank Lichtenheld Message-Id: <20250728104234.29797-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32384.html Signed-off-by: Gert Doering --- diff --git a/tests/unit_tests/plugins/auth-pam/test_search_and_replace.c b/tests/unit_tests/plugins/auth-pam/test_search_and_replace.c index d40467f21..50b241da5 100644 --- a/tests/unit_tests/plugins/auth-pam/test_search_and_replace.c +++ b/tests/unit_tests/plugins/auth-pam/test_search_and_replace.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include