summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-10-18 21:53:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-10-19 18:52:50 +0200
commit5b2c3f2f422f4f99036e9584a0fd398a30c8618a (patch)
tree0ade383e41451e373b3f50b4cf9ae2a500aec1ec /source3/torture
parente310ad7e1ebabfb6d5f1a3cfd096da6cfe4a286c (diff)
downloadsamba-5b2c3f2f422f4f99036e9584a0fd398a30c8618a.tar.gz
lib: Remove gencache.h from proto.h
It's a pain to recompile the world if gencache.h changes Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Oct 19 18:52:50 CEST 2018 on sn-devel-144
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/test_namemap_cache.c1
-rw-r--r--source3/torture/torture.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/test_namemap_cache.c b/source3/torture/test_namemap_cache.c
index 01dd1b7c8dc..4b0ead1a25b 100644
--- a/source3/torture/test_namemap_cache.c
+++ b/source3/torture/test_namemap_cache.c
@@ -21,6 +21,7 @@
#include "torture/proto.h"
#include "lib/namemap_cache.h"
#include "libcli/security/dom_sid.h"
+#include "lib/gencache.h"
static const struct dom_sid domsid = {
1, 4, {0,0,0,0,0,5}, {21, 123, 456, 789}
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 3053596b439..18f6917af0c 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -45,6 +45,7 @@
#include "lib/util/base64.h"
#include "lib/util/time.h"
#include "lib/crypto/md5.h"
+#include "lib/gencache.h"
extern char *optarg;
extern int optind;