|
From: <sv...@va...> - 2006-08-25 13:07:33
|
Author: sewardj
Date: 2006-08-25 14:07:30 +0100 (Fri, 25 Aug 2006)
New Revision: 6012
Log:
Add missing #include.
Modified:
trunk/none/tests/bug129866.c
Modified: trunk/none/tests/bug129866.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/bug129866.c 2006-08-25 12:53:32 UTC (rev 6011)
+++ trunk/none/tests/bug129866.c 2006-08-25 13:07:30 UTC (rev 6012)
@@ -1,5 +1,7 @@
=20
#include <stdlib.h>
+#include <stdio.h>
+
char * touch_malloc (int size)=20
{
char * result;
|