memcpy and memset are used, so include the appropriate header for the declaration.
Fixes #409 Ref: https://github.com/bitcoin/bitcoin/pull/8453
memcpy and memset are used, so include the appropriate header for the declaration.
Fixes #409 Ref: https://github.com/bitcoin/bitcoin/pull/8453
`memcpy` and `memset` are used, so include the appropriate header
for the declaration.
ACK https://github.com/bitcoin-core/secp256k1/pull/410/commits/0bbd5d40254ec28ba67e5e6210cacea947666e9d
No warnings after this.