aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2000-10-11 19:28:51 +0000
committerdrh <drh@noemail.net>2000-10-11 19:28:51 +0000
commit7c68d60b6f84bc7d04c3d7bad00327e22351ce9a (patch)
tree30882028436ef55dd2d7258e28399c8d7a6a717b /src/printf.c
parentd42b00f6543316d89c6377904e6ca2ad154b0f36 (diff)
downloadsqlite-7c68d60b6f84bc7d04c3d7bad00327e22351ce9a.tar.gz
sqlite-7c68d60b6f84bc7d04c3d7bad00327e22351ce9a.zip
Misc cleanup. Notes on compiling for Win95. (CVS 152)
FossilOrigin-Name: 3f0f1fa1fce794d1661c845f1a63a8d744892c25
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
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