diff options
Diffstat (limited to 'lib/zstd/common/debug.h')
-rw-r--r-- | lib/zstd/common/debug.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/zstd/common/debug.h b/lib/zstd/common/debug.h index 6dd88d1fbd02..20af9c5aa90b 100644 --- a/lib/zstd/common/debug.h +++ b/lib/zstd/common/debug.h @@ -32,6 +32,9 @@ #ifndef DEBUG_H_12987983217 #define DEBUG_H_12987983217 +#include <asm/bug.h> +#include <asm/string.h> + /* static assert is triggered at compile time, leaving no runtime artefact. @@ -44,7 +47,7 @@ * typically through compiler command line. * Value must be a number. */ #ifndef DEBUGLEVEL -# define DEBUGLEVEL 0 +# define DEBUGLEVEL 4 #endif |