changeset 29927:cc1255965fcc

Protect against multiple inclusion. Include systime.h.
author Dave Love <fx@gnu.org>
date Sun, 25 Jun 2000 16:02:34 +0000
parents 5a1dca465b50
children 76975b5adf26
files src/atimer.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/atimer.h	Sun Jun 25 16:02:04 2000 +0000
+++ b/src/atimer.h	Sun Jun 25 16:02:34 2000 +0000
@@ -18,6 +18,11 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
+#ifndef EMACS_ATIMER_H
+#define EMACS_ATIMER_H
+
+#include "systime.h"		/* for EMACS_TIME */
+
 /* Forward declaration.  */
 
 struct atimer;
@@ -76,3 +81,4 @@
 void run_all_atimers P_ ((void));
 Lisp_Object unwind_stop_other_atimers P_ ((Lisp_Object));
 
+#endif /* EMACS_ATIMER_H */