aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-16 20:54:51 +0200
committerMax Kellermann <max@duempel.org>2013-10-16 22:07:43 +0200
commitf32fbd9ed13bc6017f72928a49c43c6bf73fd615 (patch)
treef30407edb34b083800ac5945c7768aad8db40ddd /test
parente3511d0ee07ef5a8d0582c85e3ca27fa51d80570 (diff)
downloadmpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.gz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.xz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.zip
pcm_pack: convert to C++
Diffstat (limited to 'test')
-rw-r--r--test/test_pcm_pack.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx
index 313948838..4c105ce08 100644
--- a/test/test_pcm_pack.cxx
+++ b/test/test_pcm_pack.cxx
@@ -19,10 +19,7 @@
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
-
-extern "C" {
-#include "pcm/pcm_pack.h"
-}
+#include "pcm/PcmPack.hxx"
#include <glib.h>