Index: config/gen/makefiles/root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.248
diff -u -u -b -r1.248 root.in
--- config/gen/makefiles/root.in	7 Oct 2004 09:31:13 -0000	1.248
+++ config/gen/makefiles/root.in	7 Oct 2004 19:57:42 -0000
@@ -452,7 +452,7 @@
 .c$(O) :
 	@$(PERL) tools/dev/cc_flags.pl ./CFLAGS $(CC) "" $(CFLAGS) -I$(@D) ${cc_o_out}$@ -c $<
 
-%.pbc:%.imc
+.pbc.imc:
 	.${slash}$(TEST_PROG) -o $@ $<
 
 ###############################################################################
Index: config/gen/platform/win32/exec.c
===================================================================
RCS file: /cvs/public/parrot/config/gen/platform/win32/exec.c,v
retrieving revision 1.9
diff -u -u -b -r1.9 exec.c
--- config/gen/platform/win32/exec.c	7 Aug 2004 14:09:39 -0000	1.9
+++ config/gen/platform/win32/exec.c	7 Oct 2004 19:57:42 -0000
@@ -1,3 +1,5 @@
+#include <process.h>
+
 /*
  * Spawn a subprocess
  *

