0accd4ea74
ICB (International CB) is a teleconferencing system that allows Internet users to participate in realtime online discussions. This package builds a client program (called, strangely enough, "icb") that is used to access ICB. i2cb was enhanced to support IPv6 etc.
15 lines
453 B
Text
15 lines
453 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $
|
|
|
|
--- src/externs.h.orig Wed Mar 15 23:28:13 2000
|
|
+++ src/externs.h
|
|
@@ -1,6 +1,10 @@
|
|
/* Copyright (c) 1989 by Carrick Sean Casey. All rights reserved. */
|
|
/* For copying and distribution information, see the file "copyright.h." */
|
|
|
|
+#ifdef __NetBSD__
|
|
+#include <sys/types.h> /* for time_t etc. */
|
|
+#endif
|
|
+
|
|
/* external definitions for "icb" global variables */
|
|
|
|
/* defined in port.c */
|