parent
45451616b5
commit
79c79b180d
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in new issue