aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-05-30 15:39:26 -0400
committerSimon Marchi <simon.marchi@efficios.com>2024-05-30 15:40:43 -0400
commit973bbc2236cbd9980734055c3f92689ae70d6012 (patch)
tree8a59cd8450758aa0b8b71ef4501cdc8e71da3a15
parent73e2478a53ce20182c4a579c89f347aa7f6d7d7b (diff)
downloadbinutils-973bbc2236cbd9980734055c3f92689ae70d6012.zip
binutils-973bbc2236cbd9980734055c3f92689ae70d6012.tar.gz
binutils-973bbc2236cbd9980734055c3f92689ae70d6012.tar.bz2
gdb: include gdbsupport/gdb_obstack.h in addrmap.h
It uses "allocate_on_obstack". Change-Id: I49fbfcb49a5adadae2381a89060914d90b21384e
-rw-r--r--gdb/addrmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/addrmap.h b/gdb/addrmap.h
index 5378b75..ec1da1f 100644
--- a/gdb/addrmap.h
+++ b/gdb/addrmap.h
@@ -20,6 +20,7 @@
#ifndef ADDRMAP_H
#define ADDRMAP_H
+#include "gdbsupport/gdb_obstack.h"
#include "splay-tree.h"
#include "gdbsupport/function-view.h"