diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 15:31:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | b2af281e508194d9548ea1119c19ee96a0dd1f0a (patch) | |
tree | aa029804955ef6aa2f516bae5b5a640096c3b27a /source3/lib/ctdbd_conn.c | |
parent | 4bd5f51c43147b74203711764390727bdda17a77 (diff) | |
download | samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.tar.gz samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.tar.xz samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.zip |
s3-messages: only include messages.h where needed.
Guenther
Diffstat (limited to 'source3/lib/ctdbd_conn.c')
-rw-r--r-- | source3/lib/ctdbd_conn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 16e8cb915e..cc2f99782a 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -26,6 +26,7 @@ #include "librpc/gen_ndr/ndr_messaging.h" #include "ctdbd_conn.h" #include "packet.h" +#include "messages.h" /* paths to these include files come from --with-ctdb= in configure */ #include "ctdb.h" |