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/serial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/serial.c') diff --git a/gdb/serial.c b/gdb/serial.c index 6902648..18c6cde 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "defs.h" +#include #include "serial.h" #include "gdb_string.h" #include "gdbcmd.h" -- cgit v1.1