Index: gcc/gcc/testsuite/objc/execute/informal_protocol.m |
diff --git a/gcc/gcc/testsuite/objc/execute/informal_protocol.m b/gcc/gcc/testsuite/objc/execute/informal_protocol.m |
index 9815053a2e9840515e4d296575d14d28a1b0b42f..3978e6aa2deaa076f0894098ea880ada6110650c 100644 |
--- a/gcc/gcc/testsuite/objc/execute/informal_protocol.m |
+++ b/gcc/gcc/testsuite/objc/execute/informal_protocol.m |
@@ -1,6 +1,6 @@ |
/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */ |
+#import "../../objc-obj-c++-shared/Object1.h" |
#include <objc/objc.h> |
-#include <objc/Object.h> |
@interface Object (StopProtocol) |
- (void) stop; |