Issue #6848:  Fix curses module build failure on OS X 10.6.
diff --git a/Misc/NEWS b/Misc/NEWS
index def387d..94f4399 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1293,6 +1293,8 @@
 Extension Modules
 -----------------
 
+- Issue #6848: Fix curses module build failure on OS X 10.6.
+
 - Fix a segfault in expat when given a specially crafted input lead to the
   tokenizer not stopping.