summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macglue.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-30 08:57:13 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-30 08:57:13 (GMT)
commitcc0d879069631d93b4eae930c8b9ee4e244df7b8 (patch)
tree7e6915086529299bb5060b83d0ea001af18b0ece /Mac/Python/macglue.c
parentb2f524ae440c235596f625a0e8c1c9f29dcde62c (diff)
downloadcpython-cc0d879069631d93b4eae930c8b9ee4e244df7b8.zip
cpython-cc0d879069631d93b4eae930c8b9ee4e244df7b8.tar.gz
cpython-cc0d879069631d93b4eae930c8b9ee4e244df7b8.tar.bz2
added <OSEvents.h> for Think C
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r--Mac/Python/macglue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index f8e59ce..a99023b 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -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>