blob: 06684a043b0c2d92d563838667dda444b2b7a7af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- peer.h.orig Fri Jan 16 00:30:15 2004
+++ peer.h Sun Jan 18 02:44:04 2004
@@ -6,6 +6,7 @@
#ifdef WINDOWS
#include <Winsock2.h>
#else
+#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <arpa/inet.h>
|