From: Bjoern Jacke Date: Mon, 29 Jun 2020 12:00:46 +0000 (+0000) Subject: util: fix build on AIX by fixing the order of replace.h include X-Git-Tag: samba-4.10.18~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d23ea50ce8c44283c41c4cb66b12189f836007;p=thirdparty%2Fsamba.git util: fix build on AIX by fixing the order of replace.h include BUG: https://bugzilla.samba.org/show_bug.cgi?id=14422 Signed-off-by: Bjoern Jacke Reviewed-by: Ralph Boehme (cherry picked from commit d93a6d2663a25bca072cd5623aea16e21ed650b8) Autobuild-User(v4-10-test): Karolin Seeger Autobuild-Date(v4-10-test): Mon Jul 6 13:47:25 UTC 2020 on sn-devel-144 --- 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)