summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index cdd4722b79..26c500ef88 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -16,6 +16,7 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifdef HAVE_TAGCACHE
19#ifndef _TAGCACHE_H 20#ifndef _TAGCACHE_H
20#define _TAGCACHE_H 21#define _TAGCACHE_H
21 22
@@ -178,3 +179,4 @@ bool tagcache_update(void);
178bool tagcache_rebuild(void); 179bool tagcache_rebuild(void);
179 180
180#endif 181#endif
182#endif