Index: expression.h =================================================================== RCS file: /cvs/src/src/gdb/expression.h,v retrieving revision 1.25 diff -u -p -r1.25 expression.h --- expression.h 16 Dec 2007 13:31:46 -0000 1.25 +++ expression.h 17 Dec 2007 07:07:10 -0000 @@ -24,6 +24,7 @@ #include "symtab.h" /* Needed for "struct block" type. */ #include "doublest.h" /* Needed for DOUBLEST. */ +#include "language.h" /* Definitions for saved C expressions. */ Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.965 diff -u -p -r1.965 Makefile.in --- Makefile.in 6 Dec 2007 11:17:03 -0000 1.965 +++ Makefile.in 17 Dec 2007 07:07:19 -0000 @@ -765,7 +765,7 @@ event_loop_h = event-loop.h event_top_h = event-top.h exceptions_h = exceptions.h $(ui_out_h) exec_h = exec.h $(target_h) -expression_h = expression.h $(symtab_h) $(doublest_h) +expression_h = expression.h $(symtab_h) $(doublest_h) $(language_h) fbsd_nat_h = fbsd-nat.h f_lang_h = f-lang.h frame_base_h = frame-base.h