void-packages/srcpkgs/gloox/patches/gloox-musl.patch

12 lines
275 B
Diff

--- a/src/connectiontcpserver.cpp 2017-02-21 13:32:58.000000000 +0100
+++ b/src/connectiontcpserver.cpp 2018-01-03 08:38:57.121764510 +0100
@@ -51,7 +51,7 @@
#endif
#include <cstdlib>
-#include <string>
+#include <string.h>
#ifndef _WIN32_WCE
# include <sys/types.h>