X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source3%2Fsmbd%2Fstatcache.c;h=b0904c9ff719dd132e42f4a77d5c18279aaff4ec;hp=e2ccc74a87ae2f11aee30855ae68267c0dd20b37;hb=a4993f647cfc5b8e0cf4405cc1d8815770837310;hpb=d8cfca3a9bd2b6b6c562fd202377d95a98eb5472 diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index e2ccc74a87a..b0904c9ff71 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -25,7 +25,7 @@ #include "smbd/smbd.h" #include "messages.h" #include "smbprofile.h" -#include +#include "tdb_compat.h" /**************************************************************************** Stat cache code used in unix_convert. @@ -377,7 +377,7 @@ void stat_cache_delete(const char *name) JRA. Use a djb-algorithm hash for speed. ***************************************************************/ -unsigned int fast_string_hash(struct TDB_DATA *key) +unsigned int fast_string_hash(TDB_DATA *key) { unsigned int n = 0; const char *p;