LOW_PROF uses FILE structure, and therefore requires stdio.h

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2009-11-23 13:52:13 +00:00
parent 86715801bf
commit b300db2e96
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
#ifndef HEAP_H
#define HEAP_H 1
#if LOW_PROF
#include <stdio.h>
#endif
#if defined(THREADS)
#define RINFO rinfo[worker_id]
#else