25 lines
625 B
Diff
25 lines
625 B
Diff
|
From c788ce9b6088e2c937f77231eab520c3d16e0c76 Mon Sep 17 00:00:00 2001
|
||
|
From: Jaroslav Kysela <perex@perex.cz>
|
||
|
Date: Wed, 25 Jun 2014 10:49:23 +0200
|
||
|
Subject: [PATCH 2/2] alsamixer: include missing mixer_controls.h
|
||
|
|
||
|
---
|
||
|
alsamixer/mainloop.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/alsamixer/mainloop.c b/alsamixer/mainloop.c
|
||
|
index 351f57f8590e..79d81a99cfc1 100644
|
||
|
--- a/alsamixer/mainloop.c
|
||
|
+++ b/alsamixer/mainloop.c
|
||
|
@@ -29,6 +29,7 @@
|
||
|
#include "widget.h"
|
||
|
#include "mixer_widget.h"
|
||
|
#include "mixer_display.h"
|
||
|
+#include "mixer_controls.h"
|
||
|
#include "mainloop.h"
|
||
|
|
||
|
static WINDOW *curses_initialized;
|
||
|
--
|
||
|
2.0.0
|
||
|
|