diff options
author | Günther Deschner <gd@samba.org> | 2011-02-24 10:46:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-15 21:16:35 +0100 |
commit | 7a91282c9fb114e1ef52f89da4c6719683a623e5 (patch) | |
tree | 508d970da4c4e6c93cc4091476a01edafe428e92 /source3/nmbd | |
parent | c91b897caa11c9400851e16d3091d89b79b87614 (diff) | |
download | samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.gz samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.bz2 samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.zip |
s3-libsmb: only include rap client when needed.
Guenther
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_synclists.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index 5c139b31af..136a5c416c 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -29,6 +29,7 @@ #include "includes.h" #include "../librpc/gen_ndr/svcctl.h" #include "nmbd/nmbd.h" +#include "libsmb/clirap.h" struct sync_record { struct sync_record *next, *prev; |