summaryrefslogtreecommitdiffstats
path: root/libgnu/raise.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgnu/raise.c')
-rw-r--r--libgnu/raise.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libgnu/raise.c b/libgnu/raise.c
index d3325a63..3a29339a 100644
--- a/libgnu/raise.c
+++ b/libgnu/raise.c
@@ -1,6 +1,6 @@
/* Provide a non-threads replacement for the POSIX raise function.
- Copyright (C) 2002-2003, 2005-2006, 2009-2017 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2006, 2009-2018 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* written by Jim Meyering and Bruno Haible */
@@ -27,7 +27,9 @@
# include <errno.h>
-# include "msvc-inval.h"
+# if HAVE_MSVC_INVALID_PARAMETER_HANDLER
+# include "msvc-inval.h"
+# endif
# undef raise