Browse Source

htlc: Include htlc_wire.h in peer_htlcs.h to avoid forward decl

ppa-0.6.1
Christian Decker 8 years ago
committed by Rusty Russell
parent
commit
ca00ec0bb8
  1. 1
      lightningd/peer_htlcs.h

1
lightningd/peer_htlcs.h

@ -4,6 +4,7 @@
#include "config.h"
#include <ccan/short_types/short_types.h>
#include <lightningd/derive_basepoints.h>
#include <lightningd/htlc_wire.h>
/* FIXME: Define serialization primitive for this? */
struct channel_info {

Loading…
Cancel
Save