Skip to content

Commit 6998c96

Browse files
committed
pullpush: add missing stdbool header
1 parent ef4ba15 commit 6998c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pullpush.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef LIBWALLY_CORE_PULLPUSH_H
22
#define LIBWALLY_CORE_PULLPUSH_H 1
33

4+
#include <stdbool.h>
5+
46
struct wally_tx_witness_stack;
57

68
/**

0 commit comments

Comments
 (0)