diff options
author | Volker Lendecke <vl@samba.org> | 2016-11-16 16:13:12 +0000 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2016-11-16 18:32:28 +0100 |
commit | 277383e5a9a7d5243f439223ddf4229ab94886ba (patch) | |
tree | 1a5ac312fd97feee5f0b06f9b3b6ab871ba36e7f /lib | |
parent | d333c56700c17ff819aa784879081d847f00903c (diff) | |
download | samba-277383e5a9a7d5243f439223ddf4229ab94886ba.tar.gz |
lib: memcache.h needs some includes
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/memcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util/memcache.h b/lib/util/memcache.h index 2602fb7eef2..b87746bc928 100644 --- a/lib/util/memcache.h +++ b/lib/util/memcache.h @@ -20,6 +20,9 @@ #ifndef __MEMCACHE_H__ #define __MEMCACHE_H__ +#include <talloc.h> +#include "lib/util/data_blob.h" + struct memcache; /* |