diff options
author | eb | 2009-02-18 03:04:20 +0000 |
---|---|---|
committer | eb | 2009-02-18 03:04:20 +0000 |
commit | 01b6697b18e1e04ce0a8709f82c170f2076e4cda (patch) | |
tree | 8244472b8c59bfc408aad130751ba9c562b7827a /gnuradio-core | |
parent | 29839da9cc9ade9ce28cefcfc0530055623d0b8b (diff) | |
download | gnuradio-01b6697b18e1e04ce0a8709f82c170f2076e4cda.tar.gz gnuradio-01b6697b18e1e04ce0a8709f82c170f2076e4cda.tar.bz2 gnuradio-01b6697b18e1e04ce0a8709f82c170f2076e4cda.zip |
gcc 4.3 cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10459 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc b/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc index 8fc5bcd7d..996e80cd2 100644 --- a/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc +++ b/gnuradio-core/src/lib/filter/gr_fir_fff_altivec.cc @@ -28,6 +28,7 @@ #include <gr_math.h> #include <gr_altivec.h> #include <dotprod_fff_altivec.h> +#include <string.h> #include "posix_memalign.h" gr_fir_fff_altivec::gr_fir_fff_altivec() |