aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 10:49:26 +0200
committerMax Kellermann <max@duempel.org>2008-10-08 10:49:26 +0200
commitca68b1c80a29cb4862c6b732b339a5cbcfcecf51 (patch)
treeef63ec0e737b54a4080a0ab6e080273fdcc8b2c2 /src/tag_internal.h
parentb159832418dd6ac92229686e1ac6b23f0fe609cb (diff)
downloadmpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.gz
mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.xz
mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.zip
CPP include cleanup
Include only headers which are really used.
Diffstat (limited to 'src/tag_internal.h')
-rw-r--r--src/tag_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag_internal.h b/src/tag_internal.h
index eed3e0793..8cb0bfe11 100644
--- a/src/tag_internal.h
+++ b/src/tag_internal.h
@@ -19,6 +19,8 @@
#ifndef TAG_INTERNAL_H
#define TAG_INTERNAL_H
+#include <stdint.h>
+
extern int8_t ignoreTagItems[TAG_NUM_OF_ITEM_TYPES];
#endif