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;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs