public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4249] opts: include missing header files.
@ 2021-10-08 11:46 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-10-08 11:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:816da497dfba541aabdbe08a03e6e9988a7d9573

commit r12-4249-g816da497dfba541aabdbe08a03e6e9988a7d9573
Author: Martin Liska <mliska@suse.cz>
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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-08 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 11:46 [gcc r12-4249] opts: include missing header files Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).