From c654c7630aad220a4935c34b076e107b6b0561a5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Apr 2013 01:24:52 +0200 Subject: pcm_*: move to src/pcm/ --- src/decoder/FLACCommon.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FLACCommon.hxx') diff --git a/src/decoder/FLACCommon.hxx b/src/decoder/FLACCommon.hxx index b80372bbf..20f93c8c7 100644 --- a/src/decoder/FLACCommon.hxx +++ b/src/decoder/FLACCommon.hxx @@ -28,7 +28,7 @@ #include "decoder_api.h" extern "C" { -#include "pcm_buffer.h" +#include "pcm/pcm_buffer.h" } #include -- cgit v1.2.3