Skip to content

Commit c8c2327

Browse files
committed
pullpush: add missing stdbool header
1 parent 088e3f8 commit c8c2327

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)