$NetBSD: patch-ac,v 1.3 2023/01/19 00:53:42 wiz Exp $

--- src/hunspell/replist.cxx.orig	2022-12-29 20:10:49.000000000 +0000
+++ src/hunspell/replist.cxx
@@ -76,6 +76,15 @@
 #include "replist.hxx"
 #include "csutil.hxx"
 
+#ifdef __SUNPRO_CC
+using std::free;
+using std::malloc;
+using std::strcmp;
+using std::strcpy;
+using std::strlen;
+using std::strncmp;
+#endif
+
 RepList::RepList(int n) {
   dat.reserve(std::min(n, 16384));
 }
