From c3c776bc6aa9f550a832ff3a2ace4f7980f6a791 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 08:54:26 +0100 Subject: mixer_all: convert to C++ --- src/OutputAll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputAll.cxx') diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index 9c65ddcae..37f2e1ee9 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -18,9 +18,9 @@ */ #include "config.h" +#include "OutputAll.hxx" extern "C" { -#include "output_all.h" #include "output_internal.h" } -- cgit v1.2.3