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