Use "myselect.h" as intended.

This commit is contained in:
Guido van Rossum 1992-06-23 15:23:28 +00:00
parent 1f4f7435c5
commit 9d47992719
1 changed files with 1 additions and 5 deletions

View File

@ -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;