X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbcache.h;h=929375642046047641443de196a10b46614fdd85;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=f26f79dca39c1191e1c60f8fab304e08bb4622e5;hpb=4cbd39b289b012782df2fdda9adc7eacdcfc6ad7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/bcache.h b/gdb/bcache.h index f26f79dca3..9293756420 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -2,7 +2,7 @@ Written by Fred Fish Rewritten by Jim Blandy - Copyright (C) 1999-2019 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -136,6 +136,8 @@ */ +namespace gdb { + struct bstring; struct bcache @@ -222,4 +224,6 @@ private: void expand_hash_table (); }; +} /* namespace gdb */ + #endif /* BCACHE_H */