Skip to content

Commit

Permalink
pullpush: add missing stdbool header
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Feb 18, 2025
1 parent ef4ba15 commit 6998c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pullpush.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef LIBWALLY_CORE_PULLPUSH_H
#define LIBWALLY_CORE_PULLPUSH_H 1

#include <stdbool.h>

struct wally_tx_witness_stack;

/**
Expand Down

0 comments on commit 6998c96

Please # to comment.