From b300db2e96041c80129f3adc96090b432e12faaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Manuel=20de=20Morais=20Santos=20Costa?= Date: Mon, 23 Nov 2009 13:52:13 +0000 Subject: [PATCH] LOW_PROF uses FILE structure, and therefore requires stdio.h --- H/YapHeap.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/H/YapHeap.h b/H/YapHeap.h index 9afeeb99b..05cb2ded1 100644 --- a/H/YapHeap.h +++ b/H/YapHeap.h @@ -18,6 +18,10 @@ #ifndef HEAP_H #define HEAP_H 1 +#if LOW_PROF +#include +#endif + #if defined(THREADS) #define RINFO rinfo[worker_id] #else