From 27ba0d3030c9932731e6b55549733ae0090a1b62 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 23 Sep 2011 20:45:10 +0200 Subject: [PATCH] msvc-inval: Fix compilation error. * lib/msvc-inval.h: Include . --- ChangeLog | 5 +++++ lib/msvc-inval.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 . -- 2.39.5