11 lines
396 B
Diff
11 lines
396 B
Diff
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 {
|
|
|