From 5de32c31d1e23c14b3b1e0c6a054bdf497ef7a61 Mon Sep 17 00:00:00 2001 From: ricroc Date: Tue, 31 May 2005 08:20:23 +0000 Subject: [PATCH] stdio.h include missing git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1313 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Heap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/H/Heap.h b/H/Heap.h index 2735a7c56..d0d13b40c 100644 --- a/H/Heap.h +++ b/H/Heap.h @@ -10,10 +10,11 @@ * File: Heap.h * * mods: * * comments: Heap Init Structure * -* version: $Id: Heap.h,v 1.79 2005-05-26 18:03:08 rslopes Exp $ * +* version: $Id: Heap.h,v 1.80 2005-05-31 08:20:23 ricroc Exp $ * *************************************************************************/ /* information that can be stored in Code Space */ +#include #ifndef HEAP_H #define HEAP_H 1