diff options
author | Doug Geiger <doug.geiger@bioradiation.net> | 2014-12-22 08:35:58 -0600 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-12-23 08:21:53 -0800 |
commit | d0d286d33d2dd2b1c3f0813a9703f600f692943f (patch) | |
tree | 40b8a3956bd61d439ced4d927547daadce97edf3 /volk | |
parent | c37a6714120f1af566a68cca7404be3863e40c40 (diff) |
volk: include implied string.h in byteswap puppet
Diffstat (limited to 'volk')
-rw-r--r-- | volk/kernels/volk/volk_64u_byteswappuppet_64u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volk/kernels/volk/volk_64u_byteswappuppet_64u.h b/volk/kernels/volk/volk_64u_byteswappuppet_64u.h index ac5b16e212..6733c5813a 100644 --- a/volk/kernels/volk/volk_64u_byteswappuppet_64u.h +++ b/volk/kernels/volk/volk_64u_byteswappuppet_64u.h @@ -4,6 +4,7 @@ #include <stdint.h> #include <volk/volk_64u_byteswap.h> +#include <string.h> #ifdef LV_HAVE_GENERIC static inline void volk_64u_byteswappuppet_64u_generic(uint64_t*output, uint64_t* intsToSwap, unsigned int num_points){ |