libshout: update to 2.4.4

Small fix to nanosleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-10-05 15:38:33 -07:00
parent 7e00eb967f
commit eac9f27cc5
2 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
--- a/examples/nonblocking.c
+++ b/examples/nonblocking.c
@@ -70,8 +70,10 @@ int main()
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <shout/shout.h>
@@ -70,8 +71,10 @@ int main()
if (ret == SHOUTERR_BUSY)
printf("Connection pending...\n");