From: Andrew Cagney Date: Thu, 24 Feb 2000 08:55:15 +0000 (+0000) Subject: Include "gdb_wait.h" instead of . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a526d7137a05effebaea85faf639830531a6197e;p=binutils-gdb.git Include "gdb_wait.h" instead of . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f5333812751..99f0db879b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 23 23:27:48 2000 Andrew Cagney + + * hppah-nat.c: Include "gdb_wait.h" instead of . + Thu Feb 24 18:42:15 2000 Andrew Cagney * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index abc55fcd933..67e507cc348 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -28,7 +28,7 @@ #include "target.h" #include #include "gdbcore.h" -#include +#include "gdb_wait.h" #include extern CORE_ADDR text_end;