From b17b4c3eb634d8cc8fb61591b1c2e0a5306b9a44 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 1 Aug 2019 14:28:10 +0930 Subject: [PATCH] wire: include definition of struct node_id. Next BOLT update puts it in a TLV, so we need the definition. Signed-off-by: Rusty Russell --- wire/wire.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/wire.h b/wire/wire.h index b0bfd0bb9..d45c0c951 100644 --- a/wire/wire.h +++ b/wire/wire.h @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -25,7 +26,6 @@ STRUCTEQ_DEF(channel_id, 0, id); struct bitcoin_blkid; struct bitcoin_signature; struct bitcoin_txid; -struct node_id; struct preimage; struct ripemd160; struct siphash_seed;