2003-02-18 Andrew Cagney * symtab.h (struct objfile): Add opaque declaration. Index: symtab.h =================================================================== RCS file: /cvs/src/src/gdb/symtab.h,v retrieving revision 1.57 diff -u -r1.57 symtab.h --- symtab.h 4 Feb 2003 21:37:03 -0000 1.57 +++ symtab.h 18 Feb 2003 22:10:04 -0000 @@ -26,6 +26,7 @@ /* Opaque declarations. */ struct obstack; +struct objfile; /* Don't do this; it means that if some .o's are compiled with GNU C and some are not (easy to do accidentally the way we configure