1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/tcl9/tclsqlite-include-stdint.patch
2024-12-22 05:54:34 +00:00

10 lines
289 B
Diff

--- a/pkgs/sqlite3.47.2/generic/tclsqlite3.c
+++ b/pkgs/sqlite3.47.2/generic/tclsqlite3.c
@@ -83,6 +83,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;