summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Jacke <bjacke@samba.org>2020-06-29 12:00:46 +0000
committerKarolin Seeger <kseeger@samba.org>2020-07-06 13:47:24 +0000
commit40d23ea50ce8c44283c41c4cb66b12189f836007 (patch)
tree4b7146513d71dec74a154c4b10e4b8b7f35f44c0
parent016e08ca07f86af9e0131a908a2df116bcb9a48e (diff)
downloadsamba-40d23ea50ce8c44283c41c4cb66b12189f836007.tar.gz
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 <bjacke@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> (cherry picked from commit d93a6d2663a25bca072cd5623aea16e21ed650b8) Autobuild-User(v4-10-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-10-test): Mon Jul 6 13:47:25 UTC 2020 on sn-devel-144
-rw-r--r--lib/util/tests/test_util_paths.c2
1 files changed, 1 insertions, 1 deletions
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 <setjmp.h>
#include <cmocka.h>
+#include "lib/replace/replace.h"
#include <talloc.h>
-#include "lib/replace/replace.h"
#include "lib/util/util_paths.c"
static int setup(void **state)