changeset 176:ba62ab219fc4

add cstring for strerror
author David Demelier <markand@malikania.fr>
date Fri, 13 Sep 2013 13:35:32 +0200
parents 73d8f140bc86
children f0cca031bcce
files C++/Socket.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/C++/Socket.cpp	Thu Sep 12 13:36:12 2013 +0200
+++ b/C++/Socket.cpp	Fri Sep 13 13:35:32 2013 +0200
@@ -17,6 +17,7 @@
  */
 
 #include <cerrno>
+#include <cstring>
 
 #include "Socket.h"
 #include "SocketAddress.h"