diff options
| author | Volker Lendecke <vl@samba.org> | 2014-12-03 16:02:35 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-12-07 00:12:07 +0100 |
| commit | a25e913cf58c0490755d5a555e2175ae2e74e24e (patch) | |
| tree | 7eee7641e0302f8d890251f6e7999fdcd1e5ffd9 /ctdb/include | |
| parent | a2d6511f909f2bd16907997d06500598a5099941 (diff) | |
| download | samba-a25e913cf58c0490755d5a555e2175ae2e74e24e.tar.gz samba-a25e913cf58c0490755d5a555e2175ae2e74e24e.tar.xz samba-a25e913cf58c0490755d5a555e2175ae2e74e24e.zip | |
ctdb: ctdb_protocol.h references struct sockaddr
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index 15d9fc5f65..3cecc12adc 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -20,6 +20,8 @@ #ifndef _CTDB_PROTOCOL_H #define _CTDB_PROTOCOL_H +#include <sys/socket.h> + /* location of daemon socket, set at configure time */ #ifdef SOCKPATH #define CTDB_SOCKET SOCKPATH |
