mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Fix the build on AIX: sys/socket.h needs to be included before ctdb.h
(for struct sockaddr to be defined) Thanks to William Jojo <w.jojo@hvcc.edu> for reporting. Michael (This used to be ctdb commit 7558bca1e99884c02747adb7cbea799d04ee24d5)
This commit is contained in:
parent
4e12bbbf56
commit
70aa6445d6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user