aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer_api.h')
-rw-r--r--src/mixer_api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mixer_api.h b/src/mixer_api.h
index 8dbbbe820..48f962ed7 100644
--- a/src/mixer_api.h
+++ b/src/mixer_api.h
@@ -19,7 +19,7 @@
#ifndef MPD_MIXER_H
#define MPD_MIXER_H
-#include "conf.h"
+#include <stdbool.h>
/*
* list of currently implemented mixers
@@ -28,6 +28,8 @@
extern const struct mixer_plugin alsa_mixer;
extern const struct mixer_plugin oss_mixer;
+struct config_param;
+
struct mixer_plugin {
/**
* Alocates and configures a mixer device.