LOW_PROF uses FILE structure, and therefore requires stdio.h
This commit is contained in:
parent
86715801bf
commit
b300db2e96
@ -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
|
||||
|
Reference in New Issue
Block a user