commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/02: volk: include implied string.h in by


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/02: volk: include implied string.h in byteswap puppet
Date: Tue, 23 Dec 2014 16:33:48 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit d0d286d33d2dd2b1c3f0813a9703f600f692943f
Author: Doug Geiger <address@hidden>
Date:   Mon Dec 22 08:35:58 2014 -0600

    volk: include implied string.h in byteswap puppet
---
 volk/kernels/volk/volk_64u_byteswappuppet_64u.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/volk/kernels/volk/volk_64u_byteswappuppet_64u.h 
b/volk/kernels/volk/volk_64u_byteswappuppet_64u.h
index ac5b16e..6733c58 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){



reply via email to

[Prev in Thread] Current Thread [Next in Thread]