diff options
Diffstat (limited to 'apps/tagdb/unique.c')
-rw-r--r-- | apps/tagdb/unique.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/unique.c b/apps/tagdb/unique.c index 471f59e67f..3fd4359aea 100644 --- a/apps/tagdb/unique.c +++ b/apps/tagdb/unique.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #ifdef HAVE_TAGCACHE | ||
1 | #include "unique.h" | 2 | #include "unique.h" |
2 | 3 | ||
3 | #include <string.h> | 4 | #include <string.h> |
@@ -14,3 +15,4 @@ char *create_unique_name(char *buffer, const char *prefix, const char *suffix, i | |||
14 | 15 | ||
15 | return buffer; | 16 | return buffer; |
16 | } | 17 | } |
18 | #endif | ||