1
0
Fork 0
forked from lthn/blockchain

gcc compilation fixed

This commit is contained in:
sowle 2020-12-26 03:32:49 +03:00
parent c82aacd437
commit cb18279d57
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -26,7 +26,8 @@
#include <assert.h>
#include <stdint.h>
#include <string.h>
#include <stddef.h>
#include "warnings.h"
#include "crypto-ops.h"