Skip to content

Commit 83ea3dc

Browse files
author
Daniel Kroening
committed
windows wants process.h
1 parent 251a1c1 commit 83ea3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/signal_catcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Author: Daniel Kroening, [email protected]
99
\*******************************************************************/
1010

1111
#if defined(_WIN32)
12-
12+
#include <process.h>
1313
#else
1414
#include <cstdlib>
1515
#include <csignal>

0 commit comments

Comments
 (0)