blob: 22c29379ed102ededa48a29646a7f64e20e15d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 {
|