[quake3-commits] r1929 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 13 12:54:41 EDT 2011


Author: ludwig
Date: 2011-03-13 12:54:41 -0400 (Sun, 13 Mar 2011)
New Revision: 1929

Modified:
   trunk/code/qcommon/vm_powerpc_asm.c
Log:
include vm_local.h in vm_powerpc_asm.c

Patch by Simon McVittie, bug 4930

Modified: trunk/code/qcommon/vm_powerpc_asm.c
===================================================================
--- trunk/code/qcommon/vm_powerpc_asm.c	2011-03-13 16:17:06 UTC (rev 1928)
+++ trunk/code/qcommon/vm_powerpc_asm.c	2011-03-13 16:54:41 UTC (rev 1929)
@@ -39,6 +39,7 @@
  *
  */
 
+#include "vm_local.h"
 #include "vm_powerpc_asm.h"
 
 #include <string.h>



More information about the quake3-commits mailing list