From 06155c03b27c311b82ff232dbea1489f7ad29618 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 28 Jun 2002 22:09:11 +0000 Subject: * Makefile.in (objfiles_h): Add $(bcache_h). * objfiles.h: Include "bcache.h". * Makefile.in (symtab_h): Remove $(bcache_h). * symtab.h: Do not include "bcache.h". --- gdb/objfiles.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/objfiles.h') diff --git a/gdb/objfiles.h b/gdb/objfiles.h index f8adb498b24..b04abc1056c 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -22,6 +22,8 @@ #if !defined (OBJFILES_H) #define OBJFILES_H +#include "bcache.h" + /* This structure maintains information on a per-objfile basis about the "entry point" of the objfile, and the scope within which the entry point exists. It is possible that gdb will see more than one objfile that is -- cgit v1.2.1