Author: jonpryor
Date: 2008-02-05 10:48:54 -0500 (Tue, 05 Feb 2008)
New Revision: 94897

Modified:
   trunk/mono/support/ChangeLog
   trunk/mono/support/signal.c
Log:
        * signal.c: Fix the Win32 build.


Modified: trunk/mono/support/ChangeLog
===================================================================
--- trunk/mono/support/ChangeLog        2008-02-05 15:46:59 UTC (rev 94896)
+++ trunk/mono/support/ChangeLog        2008-02-05 15:48:54 UTC (rev 94897)
@@ -1,3 +1,7 @@
+2008-02-05  Jonathan Pryor  <[EMAIL PROTECTED]>
+
+       * signal.c: Fix the Win32 build.
+
 2008-01-28  Jonathan Pryor  <[EMAIL PROTECTED]>
 
        * signal.c: Provide support functions for Mono.Unix.UnixSignal, which 

Modified: trunk/mono/support/signal.c
===================================================================
--- trunk/mono/support/signal.c 2008-02-05 15:46:59 UTC (rev 94896)
+++ trunk/mono/support/signal.c 2008-02-05 15:48:54 UTC (rev 94897)
@@ -11,6 +11,9 @@
 
 #include <signal.h>
 
+#include "map.h"
+#include "mph.h"
+
 #ifndef PLATFORM_WIN32
 #include <sys/time.h>
 #include <sys/types.h>
@@ -20,9 +23,6 @@
 #include <pthread.h>
 #endif
 
-#include "map.h"
-#include "mph.h"
-
 G_BEGIN_DECLS
 
 typedef void (*mph_sighandler_t)(int);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to