mirror of https://github.com/python/cpython.git
Use "myselect.h" as intended.
This commit is contained in:
parent
1f4f7435c5
commit
9d47992719
|
@ -29,11 +29,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "compile.h"
|
||||
#include "ceval.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
/* XXX Maybe you need to define the FD_* macros here when porting this code */
|
||||
#include "myselect.h"
|
||||
|
||||
static object *SelectError;
|
||||
|
||||
|
|
Loading…
Reference in New Issue