From 9806d804069c5bdd9d4f0fe98ae1bc5de2403990 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'missing.h') diff --git a/missing.h b/missing.h index ac499bd7d7..ecd357ef7d 100644 --- a/missing.h +++ b/missing.h @@ -21,6 +21,9 @@ struct timeval { time_t tv_usec; /* microseconds */ }; #endif +#if defined(HAVE_SYS_TYPES_H) +# include +#endif #ifndef HAVE_ACOSH extern double acosh _((double)); -- cgit v1.2.3