Include sys/select.h for IBM R2

This commit is contained in:
Guido van Rossum 1991-05-05 20:15:54 +00:00
parent eb4361af6c
commit 6a1f54c09c
1 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,11 @@ millitimer()
#ifdef BSD_TIME #ifdef BSD_TIME
#ifdef _IBMR2
/* AIX defines fd_set in a separate file. Sigh... */
#include <sys/select.h>
#endif
long long
millitimer() millitimer()
{ {