<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -Naur cppsocket.orig/cppsocket/exception.h cppsocket/cppsocket/exception.h
--- cppsocket.orig/cppsocket/exception.h	2008-04-26 12:26:07.000000000 -0700
+++ cppsocket/cppsocket/exception.h	2008-04-26 12:26:37.000000000 -0700
@@ -26,6 +26,7 @@
 #include &lt;errno.h&gt;
 #include &lt;netdb.h&gt;
 #include &lt;string&gt;
+#include &lt;cstring&gt;
 #include &lt;exception&gt;
 
 namespace CPPSocket
diff -Naur cppsocket.orig/cppsocket/stringbuffer.cpp cppsocket/cppsocket/stringbuffer.cpp
--- cppsocket.orig/cppsocket/stringbuffer.cpp	2008-04-26 12:26:07.000000000 -0700
+++ cppsocket/cppsocket/stringbuffer.cpp	2008-04-26 12:28:41.000000000 -0700
@@ -22,6 +22,8 @@
 
 #include &lt;cppsocket/stringbuffer.h&gt;
 
+#include &lt;cstring&gt;
+
 namespace CPPSocket
 {
   size_t StringBuffer::size() const throw()
</pre></body></html>