Commit 4166ef51 by Ziemowit Laski Committed by Ziemowit Laski

const-str-3.m: Include <stdlib.h> and <memory.h>.

[gcc/testsuite/ChangeLog]
2004-08-25  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.

From-SVN: r86600
parent aca2bd7c
2004-08-25 Ziemowit Laski <zlaski@apple.com>
* objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.dg/assignment_1.f90: New test.
......
......@@ -6,6 +6,8 @@
/* { dg-do run { target *-*-darwin* } } */
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <objc/objc.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