diff options
author | Martin Liska <mliska@suse.cz> | 2021-10-08 13:45:18 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-10-08 13:45:18 +0200 |
commit | 816da497dfba541aabdbe08a03e6e9988a7d9573 (patch) | |
tree | e8501a59496b917e1c0b287cb7b806ca3a6d2b6e /gcc/objc | |
parent | 00f34291175981393b2a9802ada879e72335dcd0 (diff) | |
download | gcc-816da497dfba541aabdbe08a03e6e9988a7d9573.zip gcc-816da497dfba541aabdbe08a03e6e9988a7d9573.tar.gz gcc-816da497dfba541aabdbe08a03e6e9988a7d9573.tar.bz2 |
opts: include missing header files.
gcc/objc/ChangeLog:
* objc-next-runtime-abi-01.c: Add missing include.
* objc-next-runtime-abi-02.c: Likewise.
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-01.c | 1 | ||||
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-02.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 17c8618..12f8bdc 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 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" |