X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libobjc%2Fobjects.c;h=9dc75d3b8e96cc7a21ae1f8950f9119724a24050;hb=e60b6e23741c6d6059e6f765f18ce4c56366874b;hp=bdbe1dd58bf2e7c6824b36145475c1312eea220f;hpb=90d04a445cb821407e109da069ac93cd5ff3031f;p=gcc.git diff --git a/libobjc/objects.c b/libobjc/objects.c index bdbe1dd58bf..9dc75d3b8e9 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -1,6 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2020 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. @@ -32,8 +31,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include /* For memcpy() */ #if OBJC_WITH_GC -# include -# include +# include +# include #endif /* FIXME: The semantics of extraBytes are not really clear. */