Fix the build on AIX: sys/socket.h needs to be included before ctdb.h
authorMichael Adam <obnox@samba.org>
Wed, 28 Jan 2009 16:40:24 +0000 (17:40 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 29 Jan 2009 09:24:58 +0000 (10:24 +0100)
(for struct sockaddr to be defined)

Thanks to William Jojo <w.jojo@hvcc.edu> for reporting.

Michael

include/includes.h

index b1f48b80db89ae15c205161527858e4f6cdb3e42..744d117a1a914994b9594d9c9eb294ab75cdc819 100644 (file)
@@ -3,6 +3,7 @@
 #include "replace.h"
 #include "talloc.h"
 #include "system/wait.h"
+#include "system/network.h"
 #include "tdb.h"
 #include "idtree.h"
 #include "ctdb.h"