diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-19 03:21:31 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-19 03:21:31 +0000 |
commit | e58232cd7ba5bf48ccec85d3e7f8e29402865dda (patch) | |
tree | 89b13a111033d1284a6dd2a9b3dcf721e5845a48 /gcc | |
parent | 25eddb2cc5a89739194c7eba9dd193a2a2a5800f (diff) | |
download | gcc-e58232cd7ba5bf48ccec85d3e7f8e29402865dda.zip gcc-e58232cd7ba5bf48ccec85d3e7f8e29402865dda.tar.gz gcc-e58232cd7ba5bf48ccec85d3e7f8e29402865dda.tar.bz2 |
Include objc-act.h.
From-SVN: r3272
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 255c14b..a1854e6 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "c-tree.h" #include "c-lex.h" #include "flags.h" -#include "objc-actions.h" +#include "objc-act.h" #include "input.h" /* The GNU run time requires the selectors in a vector |