diff options
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index b3865c19..ff2845f9 100644 --- a/include/debug.h +++ b/include/debug.h @@ -32,6 +32,10 @@ * Terminal colors * *******************/ +#ifndef MESSAGES_TO_STDOUT +#define MESSAGES_TO_STDOUT +#endif + #ifdef USE_COLOR #define cBLK "\x1b[0;30m" |