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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

commits-3
 
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