summaryrefslogtreecommitdiff
path: root/source3/include/libsmb_internal.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 10:46:55 +0100
committerGünther Deschner <gd@samba.org>2011-03-15 21:16:35 +0100
commit7a91282c9fb114e1ef52f89da4c6719683a623e5 (patch)
tree508d970da4c4e6c93cc4091476a01edafe428e92 /source3/include/libsmb_internal.h
parentc91b897caa11c9400851e16d3091d89b79b87614 (diff)
downloadsamba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.gz
samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.tar.bz2
samba-7a91282c9fb114e1ef52f89da4c6719683a623e5.zip
s3-libsmb: only include rap client when needed.
Guenther
Diffstat (limited to 'source3/include/libsmb_internal.h')
-rw-r--r--source3/include/libsmb_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h
index 39a32f99fb..61dc95e0ad 100644
--- a/source3/include/libsmb_internal.h
+++ b/source3/include/libsmb_internal.h
@@ -29,6 +29,7 @@
#define _LIBSMB_INTERNAL_H_
#include "../include/libsmbclient.h"
+#include "libsmb/clirap.h"
#define SMBC_MAX_NAME 1023
#define SMBC_FILE_MODE (S_IFREG | 0444)