From 035d47e6d80996a4cde8af1b35f9ba40b676c825 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Mon, 28 Jul 2025 12:42:29 +0200 Subject: [PATCH] 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 --- tests/unit_tests/plugins/auth-pam/test_search_and_replace.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2