Skip to content

Commit b723c0f

Browse files
kbowers-jumpReisen
authored andcommitted
Solana's replacement for stdint isn't complete
1 parent 4cbcc98 commit b723c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program/src/oracle/util/compat_stdint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#ifdef __bpf__
88
#include <solana_sdk.h>
9+
typedef uint64_t uintptr_t;
910
#else
1011
#include <stdint.h>
1112
#endif

0 commit comments

Comments
 (0)