Commit a8d7fa14 authored by Brian Curtin's avatar Brian Curtin

Include Windows.h for BOOL. 2.7 and 3.2 already had this due to

a feature 3.1 doesn't have. Followup to #9324.
parent c53136d0
...@@ -7,8 +7,11 @@ ...@@ -7,8 +7,11 @@
#include "intrcheck.h" #include "intrcheck.h"
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
#include <Windows.h>
#ifdef HAVE_PROCESS_H
#include <process.h> #include <process.h>
#endif #endif
#endif
#include <signal.h> #include <signal.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment