aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc.dg/encode-7-next-64bit.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc.dg/encode-7-next-64bit.m')
-rw-r--r--gcc/testsuite/objc.dg/encode-7-next-64bit.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/objc.dg/encode-7-next-64bit.m b/gcc/testsuite/objc.dg/encode-7-next-64bit.m
index 4a418fc92b1..5686cb4c537 100644
--- a/gcc/testsuite/objc.dg/encode-7-next-64bit.m
+++ b/gcc/testsuite/objc.dg/encode-7-next-64bit.m
@@ -9,10 +9,11 @@
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
-#include <Foundation/NSObject.h>
+#include <stdio.h>
+#include "../objc-obj-c++-shared/F-NSObject.h"
+#include "../objc-obj-c++-shared/CF-CFString.h"
#include "../objc-obj-c++-shared/runtime.h"
-extern int printf(char *,...);
void CHECK_IF(const char *s1, const char *s2)
{
if (strcmp(s1,s2) != 0) {