Fix build.

Change-Id: I12f90bed9a1fe470ef3d49f9219227ee0de928b6
This commit is contained in:
Tim Newsome 2021-10-05 17:47:17 -07:00
parent 1775341ef8
commit 6112814f45
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ struct riscv_program;
#include "gdb_regs.h" #include "gdb_regs.h"
#include "jtag/jtag.h" #include "jtag/jtag.h"
#include "target/register.h" #include "target/register.h"
#include "command.h" #include <helper/command.h>
/* The register cache is statically allocated. */ /* The register cache is statically allocated. */
#define RISCV_MAX_HARTS 1024 #define RISCV_MAX_HARTS 1024