diff options
Diffstat (limited to 'volk/include/volk/make_machines_h.py')
-rw-r--r-- | volk/include/volk/make_machines_h.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volk/include/volk/make_machines_h.py b/volk/include/volk/make_machines_h.py index 68cdf3363..674ee12cd 100644 --- a/volk/include/volk/make_machines_h.py +++ b/volk/include/volk/make_machines_h.py @@ -25,8 +25,8 @@ def make_machines_h(functions, machines): #ifndef INCLUDED_LIBVOLK_MACHINES_H #define INCLUDED_LIBVOLK_MACHINES_H -#include <volk_common.h> -#include <volk_typedefs.h> +#include <volk/volk_common.h> +#include <volk/volk_typedefs.h> struct volk_machine { const unsigned int caps; //capabilities (i.e., archs compiled into this machine, in the volk_get_lvarch format) |