mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
10 lines
289 B
Diff
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;
|