diff options
author | Johnathan Corgan | 2012-03-22 15:01:38 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-22 15:01:38 -0700 |
commit | 69c9100b8221f8b485e3acc07e99d5f410909d5e (patch) | |
tree | 15615130be1619dc22a1d8769233b4ed056c50df /volk/gen | |
parent | 314916c9f36406205c6bd7c72da4f596224a5032 (diff) | |
parent | 116f82343080091df0c3c7efb61c202cadf30f3b (diff) | |
download | gnuradio-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.py | 4 |
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" |