From: Stu Grossman Date: Tue, 17 Sep 1991 08:11:00 +0000 (+0000) Subject: Whoops! Make that #ifndef USG, not #ifdef X-Git-Tag: gdb-4_18~23719 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f1cfaddf9e27b9764cbeb583acda5e0703c6f77;p=platform%2Fupstream%2Fbinutils.git Whoops! Make that #ifndef USG, not #ifdef --- diff --git a/gdb/coredep.c b/gdb/coredep.c index e216eed..87011c4 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