From e86e77ad67f883111d50f0886204ad96c8d0f90b Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 9 Jan 2013 08:36:52 +0100
Subject: idle: convert to C++

---
 src/Volume.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/Volume.cxx')

diff --git a/src/Volume.cxx b/src/Volume.cxx
index 2c954fae9..a046aa942 100644
--- a/src/Volume.cxx
+++ b/src/Volume.cxx
@@ -20,9 +20,9 @@
 #include "config.h"
 #include "Volume.hxx"
 #include "MixerAll.hxx"
+#include "Idle.hxx"
 
 extern "C" {
-#include "idle.h"
 #include "event_pipe.h"
 }
 
-- 
cgit v1.2.3