From 0273cd44b0b50d5d320ce88cc1472e0d8ee8e529 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Jan 2013 19:14:40 +0100 Subject: input_stream: forward-declare the struct Hide the definition from C code, to prepare the transition to C++. --- test/read_tags.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/read_tags.cxx') diff --git a/test/read_tags.cxx b/test/read_tags.cxx index f971c5ce1..a634d72b6 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -24,7 +24,7 @@ extern "C" { } #include "decoder_api.h" #include "InputInit.hxx" -#include "input_stream.h" +#include "InputStream.hxx" #include "audio_format.h" extern "C" { #include "tag_ape.h" -- cgit v1.2.3