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/dump_text_file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dump_text_file.cxx') diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx index 28a645a4..dc3f9d6a 100644 --- a/test/dump_text_file.cxx +++ b/test/dump_text_file.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "IOThread.hxx" #include "InputInit.hxx" -#include "input_stream.h" +#include "InputStream.hxx" #include "conf.h" #include "stdbin.h" -- cgit v1.2.3