From 2f1cfaddf9e27b9764cbeb583acda5e0703c6f77 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 17 Sep 1991 08:11:00 +0000 Subject: [PATCH] Whoops! Make that #ifndef USG, not #ifdef --- gdb/coredep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/coredep.c b/gdb/coredep.c index e216eedcb1d..87011c445fc 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#ifdef USG +#ifndef USG #include #endif -- 2.30.2