# HG changeset patch # User Bruno Haible # Date 1316803510 -7200 # Node ID dcb82e84f6fe1e5235bc19f8287d8e7d32b4e518 # Parent 7299cd35d17f748a7110a79fe4f841b83ad46585 msvc-inval: Fix compilation error. * lib/msvc-inval.h: Include . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-23 Bruno Haible + + msvc-inval: Fix compilation error. + * lib/msvc-inval.h: Include . + 2011-09-23 Bruno Haible mkdir: Tweak for MSVC 9. diff --git a/lib/msvc-inval.h b/lib/msvc-inval.h --- a/lib/msvc-inval.h +++ b/lib/msvc-inval.h @@ -46,7 +46,7 @@ /* Get _invalid_parameter_handler type and _set_invalid_parameter_handler declaration. */ -#include +# include # if defined _MSC_VER /* A compiler that supports __try/__except, as described in the page @@ -54,6 +54,8 @@ . With __try/__except, we can use the multithread-safe exception handling. */ +# include + /* Gnulib can define its own status codes, as described in the page "Raising Software Exceptions" on microsoft.com .