summaryrefslogtreecommitdiff
path: root/apps/tagdb/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/malloc.h')
-rw-r--r--apps/tagdb/malloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/malloc.h b/apps/tagdb/malloc.h
index c8c885b..c09649b 100644
--- a/apps/tagdb/malloc.h
+++ b/apps/tagdb/malloc.h
@@ -1,3 +1,4 @@
+#ifdef HAVE_TAGCACHE
#ifndef __MALLOC_H__
#define __MALLOC_H__
@@ -14,3 +15,4 @@ void *do_realloc(void *ptr, size_t size);
void malloc_stats();
#endif
+#endif