diff options
Diffstat (limited to 'src/atimer.c')
-rw-r--r-- | src/atimer.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/atimer.c b/src/atimer.c index 25b48c5857a..2ddc7427f56 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -19,13 +19,13 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <config.h> -#include <lisp.h> #include <signal.h> +#include <stdio.h> +#include <lisp.h> #include <syssignal.h> #include <systime.h> #include <blockinput.h> #include <atimer.h> -#include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> @@ -433,3 +433,6 @@ init_atimer () pending_atimers = 0; signal (SIGALRM, alarm_signal_handler); } + +/* arch-tag: e6308261-eec6-404b-89fb-6e5909518d70 + (do not change this comment) */ |