Skip to content

Commit

Permalink
Explicit include of csignal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Mar 28, 2020
1 parent 5cdcd6e commit 1dbc701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passes/cmds/exec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <cstdio>

#if defined(_WIN32)
# include <csignal>
# define WIFEXITED(x) 1
# define WIFSIGNALED(x) 0
# define WIFSTOPPED(x) 0
Expand Down

0 comments on commit 1dbc701

Please sign in to comment.