mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
481 B
Diff
14 lines
481 B
Diff
Include time.h for the nanosleep(3) function prototype.
|
|
|
|
diff -upr libao-1.2.2.orig/src/plugins/pulse/ao_pulse.c libao-1.2.2/src/plugins/pulse/ao_pulse.c
|
|
--- libao-1.2.2.orig/src/plugins/pulse/ao_pulse.c 2024-08-28 19:39:46.301517076 +0200
|
|
+++ libao-1.2.2/src/plugins/pulse/ao_pulse.c 2024-08-28 19:41:54.421525581 +0200
|
|
@@ -31,6 +31,7 @@
|
|
#include <string.h>
|
|
#include <signal.h>
|
|
#include <limits.h>
|
|
+#include <time.h>
|
|
|
|
#include <pulse/pulseaudio.h>
|
|
#include <pulse/simple.h>
|