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++. --- src/DecoderAPI.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DecoderAPI.cxx') diff --git a/src/DecoderAPI.cxx b/src/DecoderAPI.cxx index 0e127ec0..56c25e48 100644 --- a/src/DecoderAPI.cxx +++ b/src/DecoderAPI.cxx @@ -31,6 +31,7 @@ extern "C" { #include "DecoderControl.hxx" #include "DecoderInternal.hxx" #include "song.h" +#include "InputStream.hxx" #include -- cgit v1.2.3