mirror of https://github.com/python/cpython
added <OSEvents.h> for Think C
This commit is contained in:
parent
b2f524ae44
commit
cc0d879069
|
@ -34,6 +34,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <Desk.h>
|
||||
#include <Traps.h>
|
||||
#include <Processes.h>
|
||||
#ifdef THINK_C
|
||||
#include <OSEvents.h> /* For EvQElPtr */
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue