diff options
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printf.c b/src/printf.c index ed3854e44..f554b38a1 100644 --- a/src/printf.c +++ b/src/printf.c @@ -46,7 +46,9 @@ ** + All functions are fully reentrant. ** */ +#include <ctype.h> #include "sqliteInt.h" + /* ** Undefine COMPATIBILITY to make some slight changes in the way things ** work. I think the changes are an improvement, but they are not |