mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Changes to the TCL interface header to allow it to be compiled independently
from the amalgamation. FossilOrigin-Name: 58113932d93926b4aa037a7487105a55f883cd0a
This commit is contained in:
@@ -33,10 +33,11 @@
|
||||
** appended to the amalgamation.
|
||||
*/
|
||||
#ifndef SQLITE_AMALGAMATION
|
||||
# include "sqliteInt.h"
|
||||
# include "sqlite3.h"
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <assert.h>
|
||||
typedef unsigned char u8;
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
|
Reference in New Issue
Block a user