diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 6cfbefa..50de31e 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-16 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Adjust include files. + 2014-10-12 Trevor Saunders <tsaunders@mozilla.com> * objc-act.c: use hash_table instead of hashtab. diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index a703c42..13decfa 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -43,6 +43,11 @@ along with GCC; see the file COPYING3. If not see #include "objc-act.h" #include "objc-map.h" #include "input.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" #include "function.h" #include "toplev.h" #include "debug.h" |