You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
599 B
26 lines
599 B
1 year ago
|
From fb6439922cc7abe0cc25d51808df68a882c730c4 Mon Sep 17 00:00:00 2001
|
||
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||
|
Date: Wed, 29 Nov 2023 13:23:26 +0300
|
||
|
Subject: [PATCH] MSVSphere fixed include path
|
||
|
|
||
|
---
|
||
|
src/ucil_alsa.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/ucil_alsa.c b/src/ucil_alsa.c
|
||
|
index 605ccaf..beccd34 100644
|
||
|
--- a/src/ucil_alsa.c
|
||
|
+++ b/src/ucil_alsa.c
|
||
|
@@ -29,7 +29,7 @@
|
||
|
#include "ucil_alsa.h"
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
-#include <asoundlib.h>
|
||
|
+#include <alsa/asoundlib.h>
|
||
|
#include <glib-2.0/glib.h>
|
||
|
/* #if UCIL_DEBUG */
|
||
|
#define DEBUG
|
||
|
--
|
||
|
2.39.3
|
||
|
|