blob: 83cf3821fb814cc79e424a7ada3ed1f7ec040c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From be89553bd363678ab75c44b8e0630920aba52987 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sun, 3 Jul 2016 00:01:24 -0700
Subject: [PATCH] amixer.h: Just include "version.h"
---
amixer/amixer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amixer/amixer.h b/amixer/amixer.h
index 3588f04..0daa5b7 100644
--- a/amixer/amixer.h
+++ b/amixer/amixer.h
@@ -18,4 +18,4 @@
*
*/
-#include "../include/version.h"
+#include "version.h"
--
2.9.2
|