Daily bump.
[platform/upstream/gcc.git] / libobjc / memory.c
index 5397935..2f20bc7 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Memory allocation functions
-   Copyright (C) 1993-2015 Free Software Foundation, Inc.
+   Copyright (C) 1993-2021 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
@@ -41,7 +41,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/runtime.h"
 
 #if OBJC_WITH_GC
-#include <gc.h>
+#include <gc/gc.h>
 
 void *
 objc_malloc (size_t size)