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