Skip to content

Commit 4a62ddd

Browse files
author
MarcoFalke
committed
Merge #12447: test: Add missing signal.h header
dd7e42c test: Add missing signal.h header (Wladimir J. van der Laan) Pull request description: util_tests.cpp needs to include the signal.h header on FreeBSD. Reported by denis2342 on IRC. Tree-SHA512: 0b946fc2770ca6043087f4fe22be96848d46efe44e3d4d45c5ee663e0f95b0e2e6145f4ade577a6257d0c0c4cfadf324111799e78b9e4e4be4da8a90f68e349f
2 parents 26dc2da + dd7e42c commit 4a62ddd

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)