[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15371] branches/soc-2008-quorn/source/ blender/makesdna/DNA_text_types.h: Missed an include in previous commit

Ian Thompson quornian at googlemail.com
Fri Jun 27 20:57:46 CEST 2008


Revision: 15371
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15371
Author:   quorn
Date:     2008-06-27 20:56:25 +0200 (Fri, 27 Jun 2008)

Log Message:
-----------
Missed an include in previous commit

Modified Paths:
--------------
    branches/soc-2008-quorn/source/blender/makesdna/DNA_text_types.h

Modified: branches/soc-2008-quorn/source/blender/makesdna/DNA_text_types.h
===================================================================
--- branches/soc-2008-quorn/source/blender/makesdna/DNA_text_types.h	2008-06-27 16:45:37 UTC (rev 15370)
+++ branches/soc-2008-quorn/source/blender/makesdna/DNA_text_types.h	2008-06-27 18:56:25 UTC (rev 15371)
@@ -31,6 +31,8 @@
 #ifndef DNA_TEXT_TYPES_H
 #define DNA_TEXT_TYPES_H
 
+#include "time.h"
+
 #include "DNA_listBase.h"
 #include "DNA_ID.h"
 
@@ -58,7 +60,7 @@
 	
 	void *compiled;
 	
-	time_t  mtime;
+	time_t mtime;
 } Text;
 
 





More information about the Bf-blender-cvs mailing list