mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
upmpdcli: update to 1.5.0
Add missing header for musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user