aports/main/sqlite-tools/tclsqlite-include-stdint.patch
2024-05-23 09:17:25 +00:00

10 lines
243 B
Diff

--- a/src/tclsqlite.c
+++ b/src/tclsqlite.c
@@ -68,6 +68,7 @@
# endif
# endif /* SQLITE_PTRSIZE */
# if defined(HAVE_STDINT_H)
+# include <stdint.h>
typedef uintptr_t uptr;
# elif SQLITE_PTRSIZE==4
typedef unsigned int uptr;