1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a compiler warning that occurs when building the TCL interface.

FossilOrigin-Name: fc36034bdc3b21e91f24be812e103da26f5d7d5d
This commit is contained in:
drh
2009-10-24 15:51:33 +00:00
parent 1faca75755
commit eb206381a8
3 changed files with 11 additions and 11 deletions

View File

@@ -37,8 +37,8 @@
# include <stdlib.h>
# include <string.h>
# include <assert.h>
# include <ctype.h>
#endif
#include <ctype.h>
/*
* Windows needs to know which symbols to export. Unix does not.