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

From-SVN: r76895
This commit is contained in:
Geoffrey Keating 2004-01-29 20:56:33 +00:00 committed by Geoffrey Keating
parent 6efc84f476
commit 20f5dc6055
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
PR c++/13883

View File

@ -3,6 +3,7 @@
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do compile } */
#include <stddef.h>
#include <objc/objc.h>
#include <objc/Object.h>