aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulsemix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pulsemix.c b/pulsemix.c
index ecf513b..8f7fe24 100644
--- a/pulsemix.c
+++ b/pulsemix.c
@@ -29,7 +29,6 @@
#include <err.h>
#include <getopt.h>
#include <math.h>
-#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@ -69,7 +68,7 @@ struct sink_t {
const char *desc;
pa_cvolume volume;
int volume_percent;
- bool mute;
+ int mute;
struct sink_t *next_sink;
};