From 06097c2519da87effe32e07bf0dcaeb3acbf12e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Jun 2005 13:56:08 +0000 Subject: * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07cc5888b..5d8819ca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 10 22:54:26 2005 Nobuyoshi Nakada + + * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179] + Thu Jun 9 23:58:12 2005 Nobuyoshi Nakada * ext/Win32API/Win32API.c (Win32API_Call): disable global -- cgit