From 816da497dfba541aabdbe08a03e6e9988a7d9573 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 8 Oct 2021 13:45:18 +0200 Subject: opts: include missing header files. gcc/objc/ChangeLog: * objc-next-runtime-abi-01.c: Add missing include. * objc-next-runtime-abi-02.c: Likewise. --- gcc/objc/objc-next-runtime-abi-02.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/objc/objc-next-runtime-abi-02.c') diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 677b75f..7ca0fd7 100644 --- a/gcc/objc/objc-next-runtime-abi-02.c +++ b/gcc/objc/objc-next-runtime-abi-02.c @@ -51,6 +51,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree-iterator.h" +#include "opts.h" #include "objc-runtime-hooks.h" #include "objc-runtime-shared-support.h" -- cgit v1.1