|
From: <md...@us...> - 2008-05-01 18:21:20
|
Revision: 5101
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5101&view=rev
Author: mdboom
Date: 2008-05-01 11:20:13 -0700 (Thu, 01 May 2008)
Log Message:
-----------
Include stdio.h for gcc 4.3
Modified Paths:
--------------
branches/v0_91_maint/ttconv/truetype.h
Modified: branches/v0_91_maint/ttconv/truetype.h
===================================================================
--- branches/v0_91_maint/ttconv/truetype.h 2008-04-30 19:53:10 UTC (rev 5100)
+++ branches/v0_91_maint/ttconv/truetype.h 2008-05-01 18:20:13 UTC (rev 5101)
@@ -4,6 +4,8 @@
* Michael Droettboom
*/
+#include <stdio.h>
+
/*
** ~ppr/src/include/typetype.h
**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|