Kaydet (Commit) 6a1f54c0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Include sys/select.h for IBM R2

üst eb4361af
......@@ -230,6 +230,11 @@ millitimer()
#ifdef BSD_TIME
#ifdef _IBMR2
/* AIX defines fd_set in a separate file. Sigh... */
#include <sys/select.h>
#endif
long
millitimer()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment