Index: gcc/gcc/testsuite/objc/execute/IMP.m |
diff --git a/gcc/gcc/testsuite/objc/execute/IMP.m b/gcc/gcc/testsuite/objc/execute/IMP.m |
index 99f619339263ffc5c6c1b9ad7b0268bd1a857952..f0790975780d4e1a980d5de96267a1681ffacf0c 100644 |
--- a/gcc/gcc/testsuite/objc/execute/IMP.m |
+++ b/gcc/gcc/testsuite/objc/execute/IMP.m |
@@ -1,9 +1,10 @@ |
/* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */ |
+ |
+#include <stdlib.h> |
+#include "../../objc-obj-c++-shared/next-mapping.h" |
#include <objc/objc.h> |
#include <objc/objc-api.h> |
-#include "next_mapping.h" |
- |
/* Test getting and calling the IMP of a method */ |
@interface TestClass |
@@ -20,7 +21,6 @@ |
} |
@end |
- |
int main (void) |
{ |
Class class; |