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/libsmb/clirap2.c | |
parent | c91b897caa11c9400851e16d3091d89b79b87614 (diff) | |
download | samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.gz samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.xz samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.zip |
s3-libsmb: only include rap client when needed.
Guenther
Diffstat (limited to 'source3/libsmb/clirap2.c')
-rw-r--r-- | source3/libsmb/clirap2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clirap2.c b/source3/libsmb/clirap2.c index 20efca3dc3..44a9d7c8c4 100644 --- a/source3/libsmb/clirap2.c +++ b/source3/libsmb/clirap2.c @@ -78,6 +78,7 @@ #include "includes.h" #include "../librpc/gen_ndr/rap.h" #include "../librpc/gen_ndr/svcctl.h" +#include "libsmb/clirap.h" #define WORDSIZE 2 #define DWORDSIZE 4 |