summaryrefslogtreecommitdiff
path: root/net/libirc/patches/patch-ab
blob: 96b6657b7804af0b20ecb886a4d8868f76f3b73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1 2000/01/11 01:24:03 wiz Exp $

--- ../../old/libirc-0.2/src/irc_core.h	Wed Jan  5 12:20:56 2000
+++ src/irc_core.h	Tue Jan 11 02:04:54 2000
@@ -20,7 +20,9 @@
 #define __IRC_CORE_H__
 
 #include <glib.h>
-#include <sys/select.h>
+#include <sys/types.h>
+#include <sys/time.h>
+#include <unistd.h>
 #include <btypes.h>
 
 /* Macros and constants */