Add some missing includes
[blerg.git] / database / tags.c
index 07aa0e9..3e3b14f 100644 (file)
@@ -59,6 +59,7 @@ tag_scan_start:
                tag_add(author, taglist[i], record);
                free(taglist[i]);
        }
+       return 1;
 }
 
 int tag_add(const char *author, const char *tag, uint64_t record) {