[PD-cvs] SF.net SVN: pure-data:[10600] trunk/externals/moocow/pdstring/src/ string2any.c

mukau at users.sourceforge.net mukau at users.sourceforge.net
Thu Jan 22 22:44:01 CET 2009


Revision: 10600
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10600&view=rev
Author:   mukau
Date:     2009-01-22 21:44:01 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
+ fixed missing #include in string2any.c

Modified Paths:
--------------
    trunk/externals/moocow/pdstring/src/string2any.c

Modified: trunk/externals/moocow/pdstring/src/string2any.c
===================================================================
--- trunk/externals/moocow/pdstring/src/string2any.c	2009-01-22 21:41:00 UTC (rev 10599)
+++ trunk/externals/moocow/pdstring/src/string2any.c	2009-01-22 21:44:01 UTC (rev 10600)
@@ -25,8 +25,8 @@
  *=============================================================================*/
 
 #include <string.h>
-
 #include <m_pd.h>
+#include "mooPdUtils.h"
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list