mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
14 lines
325 B
C++
14 lines
325 B
C++
$NetBSD: patch-src_connectiontcpserver.cpp,v 1.2 2011/11/25 21:31:13 joerg Exp $
|
|
|
|
--- src/connectiontcpserver.cpp.orig 2009-10-12 16:40:41.000000000 +0000
|
|
+++ src/connectiontcpserver.cpp
|
|
@@ -23,6 +23,8 @@
|
|
#include "mutexguard.h"
|
|
#include "util.h"
|
|
|
|
+#include <string.h>
|
|
+
|
|
#ifdef __MINGW32__
|
|
# include <winsock.h>
|
|
#endif
|