aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-22 21:44:01 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-22 21:44:01 +0000
commit316f16d8a977d6358eb68782eeee35616394d881 (patch)
treefa7eeed835874727f8c24a3584e85aa128d40d89
parent5a86fb0bbbb8fdcf640e2d10cdaa658fe86cf00e (diff)
+ fixed missing #include in string2any.c
svn path=/trunk/externals/moocow/pdstring/; revision=10600
-rw-r--r--src/string2any.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string2any.c b/src/string2any.c
index 0382948..73eaae9 100644
--- a/src/string2any.c
+++ b/src/string2any.c
@@ -25,8 +25,8 @@
*=============================================================================*/
#include <string.h>
-
#include <m_pd.h>
+#include "mooPdUtils.h"
#ifdef HAVE_CONFIG_H
# include "config.h"