summaryrefslogtreecommitdiff
path: root/apps/tagdb/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/db.c')
-rw-r--r--apps/tagdb/db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/db.c b/apps/tagdb/db.c
index 1c84b2b..4dfeb47 100644
--- a/apps/tagdb/db.c
+++ b/apps/tagdb/db.c
@@ -1,3 +1,4 @@
+#ifdef HAVE_TAGCACHE
#include <string.h> // strlen() strcpy() strcat()
#include "malloc.h"
@@ -601,3 +602,4 @@ int tag_info_destruct(struct tag_info *t) {
return ERR_NONE;
}
+#endif