ctdb: Fix build on AIX
authorAmitay Isaacs <amitay@gmail.com>
Fri, 29 Jun 2018 05:55:49 +0000 (15:55 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Jul 2018 06:51:21 +0000 (08:51 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13493

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_cluster_mutex.c
ctdb/server/ipalloc.c
ctdb/tests/src/ctdb_takeover_tests.c
ctdb/tests/src/ipalloc_read_known_ips.c
ctdb/tools/ctdb_killtcp.c

index 93977463e0c399272fba4b2d18bf96a9e2dd28d4..804c6d5dd8ca08989d1a44b3ec0ca3c6b55704cc 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <tevent.h>
-
 #include "replace.h"
 #include "system/network.h"
 
+#include <tevent.h>
+
 #include "lib/util/debug.h"
 #include "lib/util/time.h"
 #include "lib/util/strv.h"
index caa50224156eb7a1b8eea5c6e03102c6a7d6fee8..a699c144076153d2cfd4c0ce2d996be481caaf66 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <talloc.h>
-
 #include "replace.h"
 #include "system/network.h"
 
+#include <talloc.h>
+
 #include "lib/util/debug.h"
 
 #include "common/logging.h"
index 951ae5201ef0acd03f870cfbe487605666f5c89a..a0e2f0fe4fa42044abe064153f8e68d175145334 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <assert.h>
-#include <talloc.h>
-
 #include "replace.h"
 #include "system/network.h"
 
+#include <assert.h>
+#include <talloc.h>
+
 #include "lib/util/debug.h"
 
 #include "protocol/protocol.h"
index 354f7ec4fcda1a78abbab634fda72bc56e82553c..33d0f940a9dd1e7df69e0b869f930b45204a2629 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <talloc.h>
-
 #include "replace.h"
 #include "system/network.h"
 
+#include <talloc.h>
+
 #include "lib/util/debug.h"
 
 #include "protocol/protocol.h"
index f352c9bdae6164602d21516f9607966118be0b9b..bd5da0834b7ba45c10fcb73cc1c8cc93935d54d6 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <talloc.h>
-#include <tevent.h>
-
 #include "replace.h"
 #include "system/network.h"
 
+#include <talloc.h>
+#include <tevent.h>
+
 #include "lib/util/debug.h"
 #include "lib/util/tevent_unix.h"