From: Simon Marchi Date: Tue, 28 Jan 2025 20:13:39 +0000 (-0500) Subject: gdb: include symtab.h in quick-symbol.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45f211f15e51a1d1526deb590d4a9dbf0d8451ad;p=thirdparty%2Fbinutils-gdb.git gdb: include symtab.h in quick-symbol.h quick-symbol.h uses domain_search_flags, defined in symtab.h. Change-Id: I5c4ae272da929eb6a8dd593bcd96a2aacf0ca99f --- diff --git a/gdb/quick-symbol.h b/gdb/quick-symbol.h index 0d76e1860ed..9dbaf499c25 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