aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-08 21:37:02 +0100
committerMax Kellermann <max@duempel.org>2009-01-08 21:37:02 +0100
commit5e93d3682faf450fb7dc34b1a5c458b87d8bf5d9 (patch)
treeb3cee7d8c4df5a0e3e99975eb4c38af8a9a8b940 /src/tag_id3.h
parent1c2f24dfc694d20baca35269aa251ee131f08864 (diff)
added missing explicit config.h includes
Diffstat (limited to 'src/tag_id3.h')
-rw-r--r--src/tag_id3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag_id3.h b/src/tag_id3.h
index 101c60b0..2753f46c 100644
--- a/src/tag_id3.h
+++ b/src/tag_id3.h
@@ -19,7 +19,7 @@
#ifndef MPD_TAG_ID3_H
#define MPD_TAG_ID3_H
-#include "../config.h"
+#include "config.h"
struct tag;