mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
10 lines
243 B
Diff
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;
|