From f88ef0ae52b94a03959110c41c15a30b8eeeee41 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Apr 2021 08:01:17 -0700 Subject: [PATCH] lib/mini-gmp.c --- lib/mini-gmp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mini-gmp.h b/lib/mini-gmp.h index 7d52d41fcc..59c24cf511 100644 --- a/lib/mini-gmp.h +++ b/lib/mini-gmp.h @@ -1,6 +1,6 @@ /* mini-gmp, a minimalistic implementation of a GNU GMP subset. -Copyright 2011-2015, 2017, 2019-2020 Free Software Foundation, Inc. +Copyright 2011-2015, 2017, 2019-2021 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -296,6 +296,7 @@ int mpz_init_set_str (mpz_t, const char *, int); || defined (_STDIO_H_INCLUDED) /* QNX4 */ \ || defined (_ISO_STDIO_ISO_H) /* Sun C++ */ \ || defined (__STDIO_LOADED) /* VMS */ \ + || defined (_STDIO) /* HPE NonStop */ \ || defined (__DEFINED_FILE) /* musl */ size_t mpz_out_str (FILE *, int, const mpz_t); #endif -- 2.39.5