Fixed DEBUGGING flag (compensations.h wasn't be included when DEBUGGING was defined...)

This commit is contained in:
Sears Russell 2007-10-22 20:31:16 +00:00
parent 1c408dd2f1
commit ebc6258fea

View file

@ -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 */