From 5d2c2c84f2757bcf622e93d58393d379028f13d1 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 22 Apr 2024 16:10:12 -0400 Subject: gdb: move `enum compile_i_scope_types` to compile/compile.h Move it out of defs.h, adjust the includes here and there. Change-Id: I11901fdce55d54f5e51723e123cef154cfb1bbc5 Approved-By: John Baldwin --- gdb/cli/cli-script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h index d36743e..512e37b 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -17,6 +17,7 @@ #ifndef CLI_CLI_SCRIPT_H #define CLI_CLI_SCRIPT_H +#include "compile/compile.h" #include "gdbsupport/function-view.h" struct ui_file; -- cgit v1.1