Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
53 #include "window.h" | 53 #include "window.h" |
54 | 54 |
55 #include "sysdep.h" /* init_poll_for_quit() */ | 55 #include "sysdep.h" /* init_poll_for_quit() */ |
56 #include "syssignal.h" /* SIGCHLD, etc. */ | 56 #include "syssignal.h" /* SIGCHLD, etc. */ |
57 #include "systime.h" /* to set Vlast_input_time */ | 57 #include "systime.h" /* to set Vlast_input_time */ |
58 | |
59 #include "events-mod.h" | |
58 | 60 |
59 #ifdef MULE | 61 #ifdef MULE |
60 #include "mule-coding.h" | 62 #include "mule-coding.h" |
61 #endif | 63 #endif |
62 | 64 |