]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/sarray.c
Fix formatting in rs6000.c.
[thirdparty/gcc.git] / libobjc / sarray.c
index ea4aa93b7805228a8070fa0353f720415202f0fa..915fad3596c46dc3d833cf9807e7d7e0846707ba 100644 (file)
@@ -1,6 +1,5 @@
 /* Sparse Arrays for Objective C dispatch tables
-   Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -27,6 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc-private/sarray.h"
 #include "objc/runtime.h" /* For objc_malloc */
 #include "objc/thr.h"     /* For objc_mutex_lock */
+#include "objc-private/module-abi-8.h"
 #include "objc-private/runtime.h"
 #include <stdio.h>
 #include <string.h> /* For memset */