From cfe8f39cd436bf98e864775a9131e81e554e7bf1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 11 Jul 2017 21:34:47 +0200 Subject: [PATCH] include options.h in address.h --- address.h | 1 + 1 file changed, 1 insertion(+) diff --git a/address.h b/address.h index 62ce887f0..307cf8dc8 100644 --- a/address.h +++ b/address.h @@ -27,6 +27,7 @@ #include #include #include +#include "options.h" size_t address_prefix_bytes_len(uint32_t address_type); void address_write_prefix_bytes(uint32_t address_type, uint8_t *out);