[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28503] trunk/blender/source/blender/ editors/space_api/spacetypes.c: add missing header

Campbell Barton ideasman42 at gmail.com
Thu Apr 29 09:06:01 CEST 2010


Revision: 28503
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28503
Author:   campbellbarton
Date:     2010-04-29 09:06:00 +0200 (Thu, 29 Apr 2010)

Log Message:
-----------
add missing header

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_api/spacetypes.c

Modified: trunk/blender/source/blender/editors/space_api/spacetypes.c
===================================================================
--- trunk/blender/source/blender/editors/space_api/spacetypes.c	2010-04-29 07:01:48 UTC (rev 28502)
+++ trunk/blender/source/blender/editors/space_api/spacetypes.c	2010-04-29 07:06:00 UTC (rev 28503)
@@ -55,6 +55,7 @@
 #include "ED_sound.h"
 #include "ED_uvedit.h"
 #include "ED_mball.h"
+#include "ED_logic.h"
 
 /* only call once on startup, storage is global in BKE kernel listbase */
 void ED_spacetypes_init(void)





More information about the Bf-blender-cvs mailing list