Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/NEWS b/Misc/NEWS
index f7440ee..ea54484 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -264,6 +264,8 @@
 Build
 -----
 
+- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
+
 - Issue #14387: Do not include accu.h from Python.h.
 
 - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.