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/channelwidget.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/channelwidget.cc') diff --git a/src/channelwidget.cc b/src/channelwidget.cc index d6832a3..ca5b2a8 100644 --- a/src/channelwidget.cc +++ b/src/channelwidget.cc @@ -18,6 +18,10 @@ along with pavucontrol. If not, see . ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "channelwidget.h" #include "streamwidget.h" -- cgit