From 2b88cafe02536e92e4e0a2182d424be2941026a3 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 17 Sep 1991 08:10:16 +0000 Subject: [PATCH] #include --- gdb/coredep.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/coredep.c b/gdb/coredep.c index 84808bd9424..e216eedcb1d 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -32,6 +32,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#ifdef USG +#include +#endif /* Extract the register values out of the core file and store -- 2.30.2