diff options
Diffstat (limited to 'src/PcDebug.h')
-rw-r--r-- | src/PcDebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PcDebug.h b/src/PcDebug.h index a416bae..d0b2b2c 100644 --- a/src/PcDebug.h +++ b/src/PcDebug.h @@ -26,6 +26,9 @@ # include "config.h" #endif +#define STRINGIFY(x) XSTRINGIFY(x) +#define XSTRINGIFY(x) #x + #include <stdio.h> #define LOG stderr |