diff --git a/ya_debug.h b/ya_debug.h index af35d90..aa47843 100644 --- a/ya_debug.h +++ b/ya_debug.h @@ -6,6 +6,8 @@ #ifndef YA_DEBUG_H #define YA_DEBUG_H +#include // for fprintf, so that other files may simply include this + #ifdef YA_DEBUG // enables debugging #define ya_debug(...) fprintf(stderr, __VA_ARGS__)