]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
opts: include missing header files.
authorMartin Liska <mliska@suse.cz>
Fri, 8 Oct 2021 11:45:18 +0000 (13:45 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 8 Oct 2021 11:45:18 +0000 (13:45 +0200)
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
gcc/objc/objc-next-runtime-abi-02.c

index 17c8618992365ad97f95222fb704da773a6760af..12f8bdc0b9cfe3063612bc5435338a340e9cb5f3 100644 (file)
@@ -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
index 677b75f0334c357c688c49b4d2c8d251d79be2fd..7ca0fd7cf00de1d180657c5a8a5aa7e00b0ddc19 100644 (file)
@@ -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"