* stabsread.c: To include language.h and expression.h for the reason
authorKung Hsu <kung@cygnus>
Tue, 12 Sep 1995 23:31:00 +0000 (23:31 +0000)
committerKung Hsu <kung@cygnus>
Tue, 12 Sep 1995 23:31:00 +0000 (23:31 +0000)
above.

gdb/ChangeLog
gdb/stabsread.c

index 4ebb524f5e0de8536810beb443650dc7998aaa21..92d14a918f7408f386ccb1245f0f3cd6dc192a9c 100644 (file)
@@ -3,6 +3,9 @@ Tue Sep 12 15:46:18 1995  Kung Hsu  <kung@mexican.cygnus.com>
        * stabsread.c (read_one_struct_field): Add a patch to handle cfront
        generated stabs that each field is in full mangled name.
 
+       * stabsread.c: To include language.h and expression.h for the reason
+       above.
+       
        * infcmd.c (attach_command): Add solibs only when
        auto_solib_add_at_startup is set.
 
index f9c619b12cb06004e350149ad9ddf5fc1426f254..b71611275382d476cb6921421404d823d854e4d8 100644 (file)
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "obstack.h"
 #include "symtab.h"
 #include "gdbtypes.h"
+#include "expression.h"
 #include "symfile.h"
 #include "objfiles.h"
 #include "aout/stab_gnu.h"     /* We always use GNU stabs, not native */
@@ -39,6 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "buildsym.h"
 #include "complaints.h"
 #include "demangle.h"
+#include "language.h"
 
 #include <ctype.h>