We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbcc98 commit b723c0fCopy full SHA for b723c0f
program/src/oracle/util/compat_stdint.h
@@ -6,6 +6,7 @@
6
7
#ifdef __bpf__
8
#include <solana_sdk.h>
9
+typedef uint64_t uintptr_t;
10
#else
11
#include <stdint.h>
12
#endif
0 commit comments