]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added <OSEvents.h> for Think C
authorGuido van Rossum <guido@python.org>
Mon, 30 Jan 1995 08:57:13 +0000 (08:57 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Jan 1995 08:57:13 +0000 (08:57 +0000)
Mac/Python/macglue.c

index f8e59cea6c395ff8164889e287535b6a2d7c2dd4..a99023b433d376dacce59a1c14ff833751fa689d 100644 (file)
@@ -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>