summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:07:49 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-06-17 08:54:13 +0100
commitdea5d0a0fe353cd2a23bb379605f09011ce240d8 (patch)
treec6f6a28f5365e3da51cf8af262441a87cb1e898b /src
parent26d5749396b3a6171f8c0ae4727366946312edc2 (diff)
Include config.h in the cc file (after rebase)
Diffstat (limited to 'src')
-rw-r--r--src/devicewidget.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devicewidget.cc b/src/devicewidget.cc
index 29b3599..270a080 100644
--- a/src/devicewidget.cc
+++ b/src/devicewidget.cc
@@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "devicewidget.h"
#include "channelwidget.h"