From 72ae15f6b0b419e5bb334a232f00f5710e8597ba Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 5 Apr 1996 04:22:08 +0000 Subject: * configure.in: Check for setpgid function. * config.in: Regenerate with autoheader. * configure: Regenerate with autoconf. * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL if it is actually defined. (gdb_setpgid): Use HAVE_SETPGID. * ch-exp.c: Change include of to "gdb_string.h". * c-exp.y: Ditto. * f-exp.y: Ditto. * m2-exp.y: Ditto. * c-exp.y: Include . * serial.c: Ditto. * config/m68k/nm-news.h: Add typedef for pid_t which is apparently missing from . Enclose entire file in NM_NEWS_H ifndef and define when included. * config/mips/nm-news-mips.h: Ditto. * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Change name of temporary variable. --- gdb/ch-exp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ch-exp.c') diff --git a/gdb/ch-exp.c b/gdb/ch-exp.c index ce5f49e..f6f522a 100644 --- a/gdb/ch-exp.c +++ b/gdb/ch-exp.c @@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ */ #include "defs.h" -#include +#include "gdb_string.h" #include #include "expression.h" #include "language.h" -- cgit v1.1