upmpdcli: update to 1.5.0

Add missing header for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-11-17 21:52:03 -08:00
parent 099e9a31ca
commit 129c790082
2 changed files with 13 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/src/upmpdutils.hxx
+++ b/src/upmpdutils.hxx
@@ -21,6 +21,8 @@
#include <unordered_map>
#include <vector>
+#include <unistd.h>
+
namespace UPnPClient {
class UPnPDirObject;
};