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/dev-libs/socketstream/files/0.7.0-missing_includes.patch

12 lines
396 B

diff -Naur socketstream-0.7.0.orig/src/socket_exception.cc socketstream-0.7.0/src/socket_exception.cc
--- socketstream-0.7.0.orig/src/socket_exception.cc 2008-06-16 22:08:13.000000000 +0200
+++ socketstream-0.7.0/src/socket_exception.cc 2008-06-16 22:09:00.000000000 +0200
@@ -24,6 +24,7 @@
#include <socketstream/socket_exception.h>
#include <cerrno>
+#include <cstring>
namespace ss {