]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
util: fix build on AIX by fixing the order of replace.h include gitlab/v4-10-test
authorBjoern Jacke <bjacke@samba.org>
Mon, 29 Jun 2020 12:00:46 +0000 (12:00 +0000)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Jul 2020 13:47:24 +0000 (13:47 +0000)
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

lib/util/tests/test_util_paths.c

index b89abf0aea164c43abd28eb0e232df68f441a581..4dfe11c1445546e16fb888e6357b259205bfee5f 100644 (file)
@@ -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)