diff options
Diffstat (limited to 'test/fuzzcheck.c')
-rw-r--r-- | test/fuzzcheck.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/fuzzcheck.c b/test/fuzzcheck.c index 378502436..992b225d3 100644 --- a/test/fuzzcheck.c +++ b/test/fuzzcheck.c @@ -94,11 +94,9 @@ # include <unistd.h> #endif -#ifdef SQLITE_OSS_FUZZ -# include <stddef.h> -# if !defined(_MSC_VER) -# include <stdint.h> -# endif +#include <stddef.h> +#if !defined(_MSC_VER) +# include <stdint.h> #endif #if defined(_MSC_VER) |