summaryrefslogtreecommitdiff
path: root/ctdb/tools
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2018-06-29 15:55:49 +1000
committerMartin Schwenke <martins@samba.org>2018-07-02 08:51:21 +0200
commit40a8ab1ce0c1b291af7263da13c25c37cee69670 (patch)
tree45e52e9af77b455271e265303725b0612fc23461 /ctdb/tools
parent05a908d71c4b7484ba0243fa51bc05c79c8fb357 (diff)
downloadsamba-40a8ab1ce0c1b291af7263da13c25c37cee69670.tar.gz
ctdb: Fix build on AIX
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>
Diffstat (limited to 'ctdb/tools')
-rw-r--r--ctdb/tools/ctdb_killtcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/tools/ctdb_killtcp.c b/ctdb/tools/ctdb_killtcp.c
index f352c9bdae6..bd5da0834b7 100644
--- a/ctdb/tools/ctdb_killtcp.c
+++ b/ctdb/tools/ctdb_killtcp.c
@@ -17,12 +17,12 @@
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"