diff src/sysdep.c @ 854:1d8fb2eee1bb

[xemacs-hg @ 2002-05-28 16:06:58 by didierv] Fix header inclusion order
author didierv
date Tue, 28 May 2002 16:07:03 +0000
parents 2b6fa2618f76
children 84762348c6f9
line wrap: on
line diff
--- a/src/sysdep.c	Tue May 28 08:45:36 2002 +0000
+++ b/src/sysdep.c	Tue May 28 16:07:03 2002 +0000
@@ -67,10 +67,10 @@
 
 #include "sysdir.h"
 #include "sysfile.h"
+#include "syssignal.h" /* Always include before sysproc.h and systty.h
+			  -- didier */
 #include "sysproc.h"
 #include "syspwd.h"
-#include "syssignal.h"
-#include "syssignal.h"
 #include "systime.h"
 #include "systty.h"
 #include "syswait.h"
@@ -581,7 +581,7 @@
   /* Note: These calls are spread out to insure that the return values
      of the calls (which may be newly-created strings) are properly
      GC-protected. */
-  
+
   GCPRO1 (dir);
 
   dir = current_buffer->directory;
@@ -2191,7 +2191,7 @@
 #else
   void *data_start = minimum_address_seen;
 #endif
-  
+
 #if !defined (WIN32_NATIVE) && !defined (CYGWIN)
   void *data_end = sbrk (0);
 #else