aboutsummaryrefslogtreecommitdiffstats
path: root/src/Volume.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Volume.cxx (renamed from src/volume.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/volume.c b/src/Volume.cxx
index 549feab9b..f6643a905 100644
--- a/src/volume.c
+++ b/src/Volume.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -18,10 +18,13 @@
*/
#include "config.h"
-#include "volume.h"
+#include "Volume.hxx"
+
+extern "C" {
#include "idle.h"
#include "mixer_all.h"
#include "event_pipe.h"
+}
#include <glib.h>