Commit b42a21df 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 3f004b1c
......@@ -7,8 +7,11 @@
#include "intrcheck.h"
#ifdef MS_WINDOWS
#include <Windows.h>
#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
#endif
#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