From: Bruno Haible Date: Fri, 23 Sep 2011 18:45:10 +0000 (+0200) Subject: msvc-inval: Fix compilation error. X-Git-Tag: v0.1~1776 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=27ba0d3030c9932731e6b55549733ae0090a1b62;p=gnulib.git msvc-inval: Fix compilation error. * lib/msvc-inval.h: Include . --- diff --git a/ChangeLog b/ChangeLog index 5ff27746ea..9485f561d5 100644 --- 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 index 65df0028d7..d76c56d7e3 100644 --- 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 .