Skip to content

Commit b969669

Browse files
committed
Add missing header inclusion
Signed-off-by: cyy <cyyever@outlook.com>
1 parent 3135b0b commit b969669

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gloo/test/main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// One-time init to use EPIPE errors instead of SIGPIPE
1212
#ifndef _WIN32
13+
#include <signal.h>
1314
namespace {
1415
struct Initializer {
1516
Initializer() {

0 commit comments

Comments
 (0)