Fixed DEBUGGING flag (compensations.h wasn't be included when DEBUGGING was defined...)
This commit is contained in:
parent
1c408dd2f1
commit
ebc6258fea
1 changed files with 1 additions and 2 deletions
|
@ -115,9 +115,8 @@ typedef long long pageid_t;
|
|||
printf(__VA_ARGS__); fflush(NULL)
|
||||
#else
|
||||
#define DEBUG(...)
|
||||
#endif /*DEBUGGING*/
|
||||
|
||||
#include "compensations.h"
|
||||
|
||||
#endif /*DEBUGGING*/
|
||||
|
||||
#endif /* __stasis_common_h */
|
||||
|
|
Loading…
Reference in a new issue