mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
129c790082
Add missing header for musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
192 B
Diff
12 lines
192 B
Diff
--- a/src/upmpdutils.hxx
|
|
+++ b/src/upmpdutils.hxx
|
|
@@ -21,6 +21,8 @@
|
|
#include <unordered_map>
|
|
#include <vector>
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
namespace UPnPClient {
|
|
class UPnPDirObject;
|
|
};
|