From c6b73de3084f7996e5060872662de12e3ebbd544 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 18 Mar 2009 20:58:17 +0000 Subject: Move config.h inclusion to the .cc files --- src/minimalstreamwidget.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/minimalstreamwidget.cc') diff --git a/src/minimalstreamwidget.cc b/src/minimalstreamwidget.cc index 63f9b02..1044d7a 100644 --- a/src/minimalstreamwidget.cc +++ b/src/minimalstreamwidget.cc @@ -18,6 +18,10 @@ along with pavucontrol. If not, see . ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "minimalstreamwidget.h" /*** MinimalStreamWidget ***/ -- cgit