0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

net: Add compat.h header for htonl function

This commit is contained in:
Hennadii Stepanov 2020-10-22 19:37:17 +03:00
parent f796f0057b
commit cadb77a6ab
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -7,6 +7,7 @@
#include <chainparams.h>
#include <chainparamsbase.h>
#include <compat.h>
#include <crypto/hmac_sha256.h>
#include <net.h>
#include <netaddress.h>