summaryrefslogtreecommitdiff
path: root/editors/dasher/patches/patch-aa
blob: 2e0fb8f6cc36492536557d81504a50d7f57ab056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.5 2006/11/29 13:11:49 joerg Exp $

--- Src/DasherCore/SocketInputBase.cpp.orig	2006-11-29 09:23:07.000000000 +0000
+++ Src/DasherCore/SocketInputBase.cpp
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdarg.h>
+#include <unistd.h>
 #ifdef WIN32
  #include <winsock2.h>
  #define DASHER_SOCKET_CLOSE_FUNCTION closesocket