diff mbox series

[pushed] opts: include missing header files.

Message ID 9d461295-73d0-f624-d837-df94030ef004@suse.cz
State New
Headers show
Series [pushed] opts: include missing header files. | expand

Commit Message

Martin Liška Oct. 8, 2021, 11:45 a.m. UTC
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-01.c | 1 +
  gcc/objc/objc-next-runtime-abi-02.c | 1 +
  2 files changed, 2 insertions(+)
diff mbox series

Patch

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"