diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-04-22 16:10:12 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-22 21:34:19 -0400 |
commit | 5d2c2c84f2757bcf622e93d58393d379028f13d1 (patch) | |
tree | ceaadb3f8e2cee94cac029b35cbaad027976800e /gdb/cli/cli-script.h | |
parent | 7b21ae941ee8e296c6aea21df1ede6cc3cffe248 (diff) | |
download | binutils-5d2c2c84f2757bcf622e93d58393d379028f13d1.zip binutils-5d2c2c84f2757bcf622e93d58393d379028f13d1.tar.gz binutils-5d2c2c84f2757bcf622e93d58393d379028f13d1.tar.bz2 |
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 <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/cli/cli-script.h')
-rw-r--r-- | gdb/cli/cli-script.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |