Browse Source

Add stdint include.

master
Sean Bowe 8 years ago
parent
commit
2c9ee1a8bb
  1. 2
      include/librustzcash.h

2
include/librustzcash.h

@ -1,6 +1,8 @@
#ifndef LIBRUSTZCASH_INCLUDE_H_
#define LIBRUSTZCASH_INCLUDE_H_
#include <stdint.h>
extern "C" {
uint64_t librustzcash_xor(uint64_t a, uint64_t b);
}

Loading…
Cancel
Save