aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/riscv.c')
-rw-r--r--gdb/arch/riscv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/riscv.c b/gdb/arch/riscv.c
index 8b51a36e3c7..5ed1d47ac51 100644
--- a/gdb/arch/riscv.c
+++ b/gdb/arch/riscv.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "common-defs.h"
+#include "common/common-defs.h"
#include "riscv.h"
#include <stdlib.h>
#include <unordered_map>