diff options
Diffstat (limited to 'ctdb/lib/tdb/common/hash.c')
-rw-r--r-- | ctdb/lib/tdb/common/hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/lib/tdb/common/hash.c b/ctdb/lib/tdb/common/hash.c index c07297ec19..a29ba4a7a5 100644 --- a/ctdb/lib/tdb/common/hash.c +++ b/ctdb/lib/tdb/common/hash.c @@ -22,6 +22,8 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#define VALGRIND + #include "tdb_private.h" /* This is based on the hash algorithm from gdbm */ |