summaryrefslogtreecommitdiff
path: root/volk/gen
diff options
context:
space:
mode:
authorJohnathan Corgan2012-03-22 15:01:38 -0700
committerJohnathan Corgan2012-03-22 15:01:38 -0700
commit69c9100b8221f8b485e3acc07e99d5f410909d5e (patch)
tree15615130be1619dc22a1d8769233b4ed056c50df /volk/gen
parent314916c9f36406205c6bd7c72da4f596224a5032 (diff)
parent116f82343080091df0c3c7efb61c202cadf30f3b (diff)
downloadgnuradio-69c9100b8221f8b485e3acc07e99d5f410909d5e.tar.gz
gnuradio-69c9100b8221f8b485e3acc07e99d5f410909d5e.tar.bz2
gnuradio-69c9100b8221f8b485e3acc07e99d5f410909d5e.zip
Merge branch 'maint'
Diffstat (limited to 'volk/gen')
-rw-r--r--volk/gen/make_each_machine_c.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/volk/gen/make_each_machine_c.py b/volk/gen/make_each_machine_c.py
index 44e2ef3f2..a3f6203ba 100644
--- a/volk/gen/make_each_machine_c.py
+++ b/volk/gen/make_each_machine_c.py
@@ -65,6 +65,10 @@ def make_each_machine_c(machine_name, archs, functions, fcountlist, taglist, ali
#include "volk_machines.h"
#include <volk/volk_config_fixed.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
"""
for func in functions:
tempstring += "#include <volk/" + func + ".h>\n"