mirror of
https://github.com/python/cpython.git
synced 2025-11-10 10:32:04 +00:00
AIX fix.
This commit is contained in:
parent
3c28474ea2
commit
0bb1a51925
2 changed files with 3 additions and 2 deletions
|
|
@ -78,7 +78,8 @@ Socket methods:
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#ifdef _AIX /* I *think* this works */
|
#ifdef _AIX /* I *think* this works */
|
||||||
#include <select.h> /* Needed for fd_set */
|
/* AIX defines fd_set in a separate file. Sigh... */
|
||||||
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ millitimer()
|
||||||
|
|
||||||
#ifdef BSD_TIME
|
#ifdef BSD_TIME
|
||||||
|
|
||||||
#ifdef _IBMR2
|
#ifdef _AIX /* I *think* this works */
|
||||||
/* AIX defines fd_set in a separate file. Sigh... */
|
/* AIX defines fd_set in a separate file. Sigh... */
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue