summaryrefslogtreecommitdiff
path: root/apps/tagdb/album.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/album.c')
-rw-r--r--apps/tagdb/album.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/album.c b/apps/tagdb/album.c
index 53b3660c90..0c06329fa5 100644
--- a/apps/tagdb/album.c
+++ b/apps/tagdb/album.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 <strings.h> // strncasecmp() 3#include <strings.h> // strncasecmp()
3#include <string.h> // strlen() 4#include <string.h> // strlen()
@@ -452,3 +453,4 @@ int album_entry_add_song_file(FILE *fd, struct album_entry *e, struct album_size
452 453
453 return ERR_NO_INPLACE_UPDATE; 454 return ERR_NO_INPLACE_UPDATE;
454} 455}
456#endif