diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-22 21:44:01 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-22 21:44:01 +0000 |
commit | 316f16d8a977d6358eb68782eeee35616394d881 (patch) | |
tree | fa7eeed835874727f8c24a3584e85aa128d40d89 /src | |
parent | 5a86fb0bbbb8fdcf640e2d10cdaa658fe86cf00e (diff) |
+ fixed missing #include in string2any.c
svn path=/trunk/externals/moocow/pdstring/; revision=10600
Diffstat (limited to 'src')
-rw-r--r-- | src/string2any.c | 2 |
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" |