diff options
Diffstat (limited to 'gdb/gdbserver/symbol.c')
-rw-r--r-- | gdb/gdbserver/symbol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbserver/symbol.c b/gdb/gdbserver/symbol.c index 20eb492..56a5d3e 100644 --- a/gdb/gdbserver/symbol.c +++ b/gdb/gdbserver/symbol.c @@ -18,9 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" -#include "common/symbol.h" +#include "gdbsupport/symbol.h" -/* See common/symbol.h. */ +/* See gdbsupport/symbol.h. */ int find_minimal_symbol_address (const char *name, CORE_ADDR *addr, |