* src/vm/jit/i386/linux/md-os.c (threads/threads-common.h): Added.
authortwisti <none@none>
Tue, 3 Apr 2007 21:30:13 +0000 (21:30 +0000)
committertwisti <none@none>
Tue, 3 Apr 2007 21:30:13 +0000 (21:30 +0000)
src/vm/jit/i386/linux/md-os.c

index 08303dd0dd809b22671aa17f5c7ece100b20c38d..e8d3491ab6cb5c954cd741180dd5eaef6eef1bae 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: md-os.c 7648 2007-04-03 13:14:09Z twisti $
+   $Id: md-os.c 7660 2007-04-03 21:30:13Z twisti $
 
 */
 
 
 #include "vm/types.h"
 
+#include "vm/jit/i386/codegen.h"
+
+#include "threads/threads-common.h"
+
 #include "vm/exceptions.h"
 #include "vm/signallocal.h"
 #include "vm/stringlocal.h"
@@ -42,8 +46,6 @@
 #include "vm/jit/asmpart.h"
 #include "vm/jit/stacktrace.h"
 
-#include "vm/jit/i386/codegen.h"
-
 
 /* md_signal_handler_sigsegv ***************************************************