From 45f211f15e51a1d1526deb590d4a9dbf0d8451ad Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 28 Jan 2025 15:13:39 -0500 Subject: gdb: include symtab.h in quick-symbol.h quick-symbol.h uses domain_search_flags, defined in symtab.h. Change-Id: I5c4ae272da929eb6a8dd593bcd96a2aacf0ca99f --- gdb/quick-symbol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb') diff --git a/gdb/quick-symbol.h b/gdb/quick-symbol.h index 0d76e18..9dbaf49 100644 --- a/gdb/quick-symbol.h +++ b/gdb/quick-symbol.h @@ -20,6 +20,8 @@ #ifndef GDB_QUICK_SYMBOL_H #define GDB_QUICK_SYMBOL_H +#include "symtab.h" + /* Like block_enum, but used as flags to pass to lookup functions. */ enum block_search_flag_values -- cgit v1.1