From ca00ec0bb80edeb23014711554615b130d62a2c8 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 20 Jul 2017 16:04:00 +0200 Subject: [PATCH] htlc: Include htlc_wire.h in peer_htlcs.h to avoid forward decl --- lightningd/peer_htlcs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lightningd/peer_htlcs.h b/lightningd/peer_htlcs.h index 42136f77a..042c4c367 100644 --- a/lightningd/peer_htlcs.h +++ b/lightningd/peer_htlcs.h @@ -4,6 +4,7 @@ #include "config.h" #include #include +#include /* FIXME: Define serialization primitive for this? */ struct channel_info {