From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id A12E73857815; Fri, 8 Oct 2021 11:46:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A12E73857815 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-4249] opts: include missing header files. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 00f34291175981393b2a9802ada879e72335dcd0 X-Git-Newrev: 816da497dfba541aabdbe08a03e6e9988a7d9573 Message-Id: <20211008114616.A12E73857815@sourceware.org> Date: Fri, 8 Oct 2021 11:46:16 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2021 11:46:16 -0000 https://gcc.gnu.org/g:816da497dfba541aabdbe08a03e6e9988a7d9573 commit r12-4249-g816da497dfba541aabdbe08a03e6e9988a7d9573 Author: Martin Liska Date: Fri Oct 8 13:45:18 2021 +0200 opts: include missing header files. gcc/objc/ChangeLog: * objc-next-runtime-abi-01.c: Add missing include. * objc-next-runtime-abi-02.c: Likewise. Diff: --- gcc/objc/objc-next-runtime-abi-01.c | 1 + gcc/objc/objc-next-runtime-abi-02.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 17c86189923..12f8bdc0b9c 100644 --- a/gcc/objc/objc-next-runtime-abi-01.c +++ b/gcc/objc/objc-next-runtime-abi-01.c @@ -39,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-family/c-objc.h" #include "objc-act.h" +#include "opts.h" /* When building Objective-C++, we are not linking against the C front-end and so need to replicate the C tree-construction diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 677b75f0334..7ca0fd7cf00 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"