Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/ACKS b/Misc/ACKS
index 73afc97..e36e626 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -717,6 +717,7 @@
 Andy Robinson
 Kevin Rodgers
 Giampaolo Rodola
+Adi Roiban
 Mike Romberg
 Armin Ronacher
 Case Roole
diff --git a/Misc/NEWS b/Misc/NEWS
index f4da7e7..8aa7315 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,8 @@
 Build
 -----
 
+- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
+
 - Issue #14437: Fix building the _io module under Cygwin.