diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2002-01-11 11:23:26 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2002-01-11 11:23:26 +0000 |
commit | 4b46043d59f4c317bd61350a9e0cdabda094c51e (patch) | |
tree | 60d56cbc498d2ec029057c17f1d2cba9d61c2e5c /gcc | |
parent | 3635f26159731318427665e14a9b6458603b615e (diff) | |
download | gcc-4b46043d59f4c317bd61350a9e0cdabda094c51e.zip gcc-4b46043d59f4c317bd61350a9e0cdabda094c51e.tar.gz gcc-4b46043d59f4c317bd61350a9e0cdabda094c51e.tar.bz2 |
Added missing include
From-SVN: r48769
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/objc.dg/special/unclaimed-category-1.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/objc.dg/special/unclaimed-category-1.m b/gcc/testsuite/objc.dg/special/unclaimed-category-1.m index f9cbfc8..3e521e9 100644 --- a/gcc/testsuite/objc.dg/special/unclaimed-category-1.m +++ b/gcc/testsuite/objc.dg/special/unclaimed-category-1.m @@ -1,6 +1,7 @@ /* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */ /* { dg-do run } */ #include <objc/objc.h> +#include <objc/objc-api.h> #include <objc/Object.h> /* Test loading unclaimed categories - categories of a class defined |