diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-09 13:09:25 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-09 13:09:25 +0000 |
commit | a14f02ceade9f89bfbd5308b2de10799c678527d (patch) | |
tree | 22e4414c9ff32a84ada46d4e9b53e32aa28f2955 /src/iemlib1 | |
parent | bd3d7f243bb5a105b99ce701774cf3d402396576 (diff) |
#include again string.h
svn path=/trunk/externals/iemlib/; revision=6238
Diffstat (limited to 'src/iemlib1')
-rw-r--r-- | src/iemlib1/vcf_filter~.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemlib1/vcf_filter~.c b/src/iemlib1/vcf_filter~.c index 9aeb2a0..a39d6b6 100644 --- a/src/iemlib1/vcf_filter~.c +++ b/src/iemlib1/vcf_filter~.c @@ -5,6 +5,7 @@ iemlib1 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 #include "m_pd.h" #include "iemlib.h" +#include <string.h> #include <math.h> /* ---------- vcf_filter~ - slow dynamic vcf_filter 1. and 2. order ----------- */ |