aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ClientPattern.cc5
1 files changed, 4 insertions, 1 deletions
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 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: ClientPattern.cc,v 1.3 2003/06/13 13:03:44 fluxgen Exp $ 23// $Id: ClientPattern.cc,v 1.4 2003/10/12 16:25:28 rathnor Exp $
24 24
25#include "ClientPattern.hh" 25#include "ClientPattern.hh"
26#include "RegExp.hh" 26#include "RegExp.hh"
@@ -40,6 +40,9 @@
40#include <memory> 40#include <memory>
41#include <cstdio> 41#include <cstdio>
42 42
43// needed as well for index on some systems (e.g. solaris)
44#include <strings.h>
45
43using namespace std; 46using namespace std;
44 47
45ClientPattern::ClientPattern(): 48ClientPattern::ClientPattern():