diff options
Diffstat (limited to 'chat/i2cb/patches/patch-ad')
-rw-r--r-- | chat/i2cb/patches/patch-ad | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chat/i2cb/patches/patch-ad b/chat/i2cb/patches/patch-ad index 6d0a15c4ec7..b171cda31c3 100644 --- a/chat/i2cb/patches/patch-ad +++ b/chat/i2cb/patches/patch-ad @@ -1,14 +1,12 @@ -$NetBSD: patch-ad,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $ +$NetBSD: patch-ad,v 1.2 2005/12/13 21:30:11 joerg Exp $ ---- src/ipcf.h.orig Wed Mar 15 23:13:28 2000 +--- src/ipcf.h.orig 2000-03-15 22:13:28.000000000 +0000 +++ src/ipcf.h -@@ -1,6 +1,10 @@ +@@ -1,6 +1,8 @@ /* Copyright (c) 1988 Carrick Sean Casey. All rights reserved. */ /* For copying and distribution information, see the file "copyright.h." */ -+#ifdef __NetBSD__ +#include <sys/types.h> /* fd_set etc. */ -+#endif + #define USER_BUF_SIZE 1024 |