diff options
Diffstat (limited to 'apps/tagcache.h')
| -rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index cdd4722..26c500e 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -16,6 +16,7 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifdef HAVE_TAGCACHE #ifndef _TAGCACHE_H #define _TAGCACHE_H @@ -178,3 +179,4 @@ bool tagcache_update(void); bool tagcache_rebuild(void); #endif +#endif |