summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjoern Jacke <bjacke@samba.org>2020-06-29 12:00:46 +0000
committerBjoern Jacke <bjacke@samba.org>2020-06-29 18:19:04 +0000
commitd93a6d2663a25bca072cd5623aea16e21ed650b8 (patch)
tree7720ea96c18ff09ea2f6cb00bed7acb806414ab7 /lib
parentdb10b14c1b793dddcb67eb41adbf869378861216 (diff)
downloadsamba-d93a6d2663a25bca072cd5623aea16e21ed650b8.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> Autobuild-User(master): Björn Jacke <bjacke@samba.org> Autobuild-Date(master): Mon Jun 29 18:19:04 UTC 2020 on sn-devel-184
Diffstat (limited to 'lib')
-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)