commit | 0bb1a51925d686964efd059ed03ee5fff35b0041 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 27 14:55:18 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 27 14:55:18 1991 +0000 |
tree | 4c20b924a66141b22dbeb646ad3eed0641948d7a | |
parent | 3c28474ea24bced669c06effaf845da03c2aa77e [diff] [blame] |
AIX fix.
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index a3bd383..848e322 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c
@@ -229,7 +229,7 @@ #ifdef BSD_TIME -#ifdef _IBMR2 +#ifdef _AIX /* I *think* this works */ /* AIX defines fd_set in a separate file. Sigh... */ #include <sys/select.h> #endif