diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 42094ec..c8dab97 100644 --- a/configure.ac +++ b/configure.ac @@ -126,6 +126,8 @@ case $host in *-mingw*) AC_CHECK_HEADERS([windows.h psapi.h], , [ AC_MSG_ERROR([Missing Windows headers!]) + ], [ + #include <windows.h> ]) # Make sure we get GetProcessMemoryInfo(): |