mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-10-22 23:32:40 +00:00
Add stdint include.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#ifndef LIBRUSTZCASH_INCLUDE_H_
|
#ifndef LIBRUSTZCASH_INCLUDE_H_
|
||||||
#define LIBRUSTZCASH_INCLUDE_H_
|
#define LIBRUSTZCASH_INCLUDE_H_
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
|
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user