From fa15972b68a6745eea5f7c1dfe8b6b0c3bd3bc45 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 11 Jul 2024 12:07:00 -0400 Subject: gdb/progspace: link objfiles using owning_intrusive_list This simplifies things a little bit, removing some `find_if` when inserting or removing objfiles, and the whole unwrapping_objfile_iterator thing. Change-Id: Idd1851d36c7834820c9c1639a6a252de643eafba --- gdb/source.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/source.c') diff --git a/gdb/source.c b/gdb/source.c index 32099b9..3410e86 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -27,6 +27,7 @@ #include "value.h" #include "gdbsupport/filestuff.h" +#include #include #include #include "gdbcore.h" -- cgit v1.1