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.
This commit is contained in:
Brian Curtin 2010-08-06 19:52:50 +00:00
parent 3f004b1cc0
commit b42a21df11
1 changed files with 3 additions and 0 deletions

View File

@ -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>