aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicChunk.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/MusicChunk.cxx (renamed from src/chunk.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/chunk.c b/src/MusicChunk.cxx
index 1eb96f4b9..24f21f664 100644
--- a/src/chunk.c
+++ b/src/MusicChunk.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -18,9 +18,12 @@
*/
#include "config.h"
-#include "chunk.h"
+#include "MusicChunk.hxx"
#include "audio_format.h"
+
+extern "C" {
#include "tag.h"
+}
#include <assert.h>