[Vm-dev] [commit] r2367 - Name the damn include correctly :)

commits at squeakvm.org commits at squeakvm.org
Fri Mar 18 00:56:46 UTC 2011


Author: eliot
Date: 2011-03-17 17:56:46 -0700 (Thu, 17 Mar 2011)
New Revision: 2367

Modified:
   branches/Cog/platforms/win32/vm/sqWin32Intel.c
Log:
Name the damn include correctly :)


Modified: branches/Cog/platforms/win32/vm/sqWin32Intel.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Intel.c	2011-03-18 00:44:14 UTC (rev 2366)
+++ branches/Cog/platforms/win32/vm/sqWin32Intel.c	2011-03-18 00:56:46 UTC (rev 2367)
@@ -24,7 +24,7 @@
 #if COGVM
 # include "cogmethod.h"
 # if COGMTVM
-#	include "cointerp.h"
+#	include "cointerpmt.h"
 # else
 #	include "cointerp.h"
 # endif



More information about the Vm-dev mailing list