Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/ACKS b/Misc/ACKS
index 3693c1c..aab5b20 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -783,6 +783,7 @@
Mark Roddy
Kevin Rodgers
Giampaolo Rodola
+Adi Roiban
Mike Romberg
Armin Ronacher
Case Roole
diff --git a/Misc/NEWS b/Misc/NEWS
index ebdfa7c..a9fbd8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -131,6 +131,8 @@
Build
-----
+- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
+
- Issue #14437: Fix building the _io module under Cygwin.
- Issue #14387: Do not include accu.h from Python.h.