mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-24 02:42:12 +02:00
test: Add missing signal.h header
util_tests.cpp needs to include the signal.h header on FreeBSD. Reported by denis2342 on IRC.
This commit is contained in:
parent
26dc2daf82
commit
dd7e42cbb4
@ -14,6 +14,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
#include <signal.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user