From 976c219ec83b99c5df593aad977edcbf9a6aceb3 Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Mon, 29 Jun 2020 12:00:46 +0000 Subject: [PATCH] util: fix build on AIX by fixing the order of replace.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=14422 Signed-off-by: Bjoern Jacke Reviewed-by: Ralph Boehme (cherry picked from commit d93a6d2663a25bca072cd5623aea16e21ed650b8) --- lib/util/tests/test_util_paths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/tests/test_util_paths.c b/lib/util/tests/test_util_paths.c index b89abf0aea1..4dfe11c1445 100644 --- a/lib/util/tests/test_util_paths.c +++ b/lib/util/tests/test_util_paths.c @@ -23,9 +23,9 @@ #include #include +#include "lib/replace/replace.h" #include -#include "lib/replace/replace.h" #include "lib/util/util_paths.c" static int setup(void **state) -- 2.20.2