Skip to content

Commit 89bc826

Browse files
laanwjPastaPastaPasta
authored andcommitted
test: Add missing signal.h header
util_tests.cpp needs to include the signal.h header on FreeBSD. Reported by denis2342 on IRC. Github-Pull: bitcoin#12447 Rebased-From: dd7e42c Tree-SHA512: 10ead029bb59f5d69e37b5679c710f22d64051de26e1ec8342eec4e4dec4d76249e16dff78d192972bcb8d139d99c7555a7cb2fe43b2b911103eab6d6f943b79
1 parent 40e4a1a commit 89bc826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/util_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <stdint.h>
1515
#include <vector>
1616
#ifndef WIN32
17+
#include <signal.h>
1718
#include <sys/types.h>
1819
#include <sys/wait.h>
1920
#endif

0 commit comments

Comments
 (0)