From 612b72b734ae425b9beedeba19f16758f8dd554c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 02:21:36 +0000 Subject: automatic import of libao --- libao-nanosleep.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libao-nanosleep.patch (limited to 'libao-nanosleep.patch') diff --git a/libao-nanosleep.patch b/libao-nanosleep.patch new file mode 100644 index 0000000..c8ceb05 --- /dev/null +++ b/libao-nanosleep.patch @@ -0,0 +1,18 @@ +commit 1f998f5d6d77674dad01b181811638578ad68242 +Author: Tristan Matthews +Date: Sun Jan 15 12:15:07 2017 -0500 + + pulse: fix missing include warning for nanosleep + +diff --git a/src/plugins/pulse/ao_pulse.c b/src/plugins/pulse/ao_pulse.c +index 9835273b53c35bf9..2d10d57f17f6bdd6 100644 +--- a/src/plugins/pulse/ao_pulse.c ++++ b/src/plugins/pulse/ao_pulse.c +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + #include -- cgit v1.2.3