diff options
Diffstat (limited to 'apps/tagdb/file.c')
-rw-r--r-- | apps/tagdb/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/file.c b/apps/tagdb/file.c index de641fec38..762f0088d5 100644 --- a/apps/tagdb/file.c +++ b/apps/tagdb/file.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #ifdef HAVE_TAGCACHE | ||
1 | #include "malloc.h" // realloc() and free() | 2 | #include "malloc.h" // realloc() and free() |
2 | #include <string.h> // strncasecmp() | 3 | #include <string.h> // strncasecmp() |
3 | 4 | ||
@@ -266,3 +267,4 @@ int file_size_destruct(struct file_size *s) { | |||
266 | free(s); | 267 | free(s); |
267 | return ERR_NONE; | 268 | return ERR_NONE; |
268 | } | 269 | } |
270 | #endif | ||