From be78e35c2719fd9963e08f5af445c476025bc165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 2 Mar 2005 22:02:10 +0000 Subject: [PATCH] fixed for solaris (included sys/types.h) --- mrw/regexp.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mrw/regexp.hpp b/mrw/regexp.hpp index f432512..9a470d5 100644 --- a/mrw/regexp.hpp +++ b/mrw/regexp.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.7 2005/03/02 22:02:10 marc + fixed for solaris (included sys/types.h) + Revision 1.6 2005/01/28 07:52:00 marc added #include to documentation @@ -32,6 +35,7 @@ #ifndef __MRW__REGEXP_HPP__ #define __MRW__REGEXP_HPP__ +#include // required for regex.h on solaris #include #include #include