From 4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde Mon Sep 17 00:00:00 2001
From: rathnor <rathnor>
Date: Sun, 12 Oct 2003 16:25:28 +0000
Subject: small solaris build fix

---
 src/ClientPattern.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc
index f340dc1..99f6b49 100644
--- a/src/ClientPattern.cc
+++ b/src/ClientPattern.cc
@@ -20,7 +20,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: ClientPattern.cc,v 1.3 2003/06/13 13:03:44 fluxgen Exp $
+// $Id: ClientPattern.cc,v 1.4 2003/10/12 16:25:28 rathnor Exp $
 
 #include "ClientPattern.hh"
 #include "RegExp.hh"
@@ -40,6 +40,9 @@
 #include <memory>
 #include <cstdio>
 
+// needed as well for index on some systems (e.g. solaris)
+#include <strings.h> 
+
 using namespace std;
 
 ClientPattern::ClientPattern():
-- 
cgit v0.11.2