util: fix build on AIX by fixing the order of replace.h include
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:57:23 +0000 (13:57 +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)

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)