]> git.eshelyaron.com Git - emacs.git/commitdiff
Include systime.h after xterm.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Jun 1994 18:29:46 +0000 (18:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Jun 1994 18:29:46 +0000 (18:29 +0000)
src/dispnew.c

index 55292196bf662ff547099ef14c6895d45aade7de..f5234b6fa675d4c85fb95f33cfc4b8e953490ee7 100644 (file)
@@ -39,12 +39,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "intervals.h"
 
 #include "systty.h"
-#include "systime.h"
 
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"
 #endif /* HAVE_X_WINDOWS */
 
+/* Include systime.h after xterm.h to avoid double inclusion of time.h. */
+#include "systime.h"
+
 #include <errno.h>
 
 #define max(a, b) ((a) > (b) ? (a) : (b))