summaryrefslogtreecommitdiff
path: root/volk/include
diff options
context:
space:
mode:
authorTom Rondeau2012-03-03 10:11:28 -0500
committerTom Rondeau2012-03-03 10:12:58 -0500
commit4f0add175f8e44922c15ed82d644597eceb65fb6 (patch)
tree1c8080acda2815ee76bb55840d2cd75e89d62cd2 /volk/include
parent0a6f1494b8e462c13c8c48c69680832967ebec72 (diff)
downloadgnuradio-4f0add175f8e44922c15ed82d644597eceb65fb6.tar.gz
gnuradio-4f0add175f8e44922c15ed82d644597eceb65fb6.tar.bz2
gnuradio-4f0add175f8e44922c15ed82d644597eceb65fb6.zip
volk: include config.h to have rintf in windows/msvc.
Diffstat (limited to 'volk/include')
-rw-r--r--volk/include/volk/volk_32f_s32f_convert_16i_a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/volk/include/volk/volk_32f_s32f_convert_16i_a.h b/volk/include/volk/volk_32f_s32f_convert_16i_a.h
index a24959678..c2a07398f 100644
--- a/volk/include/volk/volk_32f_s32f_convert_16i_a.h
+++ b/volk/include/volk/volk_32f_s32f_convert_16i_a.h
@@ -1,6 +1,10 @@
#ifndef INCLUDED_volk_32f_s32f_convert_16i_a_H
#define INCLUDED_volk_32f_s32f_convert_16i_a_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <volk/volk_common.h>
#include <inttypes.h>
#include <stdio.h>