From: Guido van Rossum Date: Sun, 5 May 1991 20:15:54 +0000 (+0000) Subject: Include sys/select.h for IBM R2 X-Git-Tag: v0.9.8~948 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a1f54c09c6a94f5ac617e0f8c2329d73b329570;p=thirdparty%2FPython%2Fcpython.git Include sys/select.h for IBM R2 --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 738887d5c1fd..8a18843758c1 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -230,6 +230,11 @@ millitimer() #ifdef BSD_TIME +#ifdef _IBMR2 +/* AIX defines fd_set in a separate file. Sigh... */ +#include +#endif + long millitimer() {