You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/gloox/files/gloox-1.0.24-musl.patch

14 lines
339 B

https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/gloox/patches/gloox-musl.patch
https://bugs.gentoo.org/713224
--- a/src/connectiontcpserver.cpp
+++ b/src/connectiontcpserver.cpp
@@ -51,7 +51,7 @@
#endif
#include <cstdlib>
-#include <string>
+#include <string.h>
#ifndef _WIN32_WCE
# include <sys/types.h>