From: Martin Liska Date: Fri, 8 Oct 2021 11:45:18 +0000 (+0200) Subject: opts: include missing header files. X-Git-Tag: basepoints/gcc-13~4064 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816da497dfba541aabdbe08a03e6e9988a7d9573;p=thirdparty%2Fgcc.git 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 --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 17c861899236..12f8bdc0b9cf 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 677b75f0334c..7ca0fd7cf00d 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"