Commit 20f5dc60 by Geoffrey Keating Committed by Geoffrey Keating

* objc.dg/call-super-2.m: Include stddef.h for size_t.

From-SVN: r76895
parent 6efc84f4
2004-01-29 Geoffrey Keating <geoffk@geoffk.org>
* objc.dg/call-super-2.m: Include stddef.h for size_t.
2004-01-29 Mark Mitchell <mark@codesourcery.com> 2004-01-29 Mark Mitchell <mark@codesourcery.com>
PR c++/13883 PR c++/13883
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */ /* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do compile } */ /* { dg-do compile } */
#include <stddef.h>
#include <objc/objc.h> #include <objc/objc.h>
#include <objc/Object.h> #include <objc/Object.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment