mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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 <netdb.h>
|
||||
#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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue