diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-avx.c')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-avx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-avx.c b/gdb/testsuite/gdb.arch/i386-avx.c index 2fbf1d85ed9..791ead0f903 100644 --- a/gdb/testsuite/gdb.arch/i386-avx.c +++ b/gdb/testsuite/gdb.arch/i386-avx.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> -#include "i386-cpuid.h" +#include "nat/i386-cpuid.h" typedef struct { float f[8]; |