updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / libsocket / includes.patch
blobbc706cb14a16be5af5054ae7ac08a3f338244861
1 diff -Naur libsocket-1.8/src/socket.hh libsocket-1.8-new//src/socket.hh
2 --- libsocket-1.8/src/socket.hh 2006-12-28 18:49:58.000000000 +0100
3 +++ libsocket-1.8-new//src/socket.hh 2011-01-17 13:39:24.479741789 +0100
4 @@ -25,7 +25,7 @@
6 #include <iostream>
7 #include <list>
8 -#include <string>
9 +#include <string.h>
11 #if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__)
12 # define LIBSOCKET_WIN