small solaris build fix
This commit is contained in:
parent
50b724d67a
commit
4e91ce1b21
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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 "ClientPattern.hh"
|
||||||
#include "RegExp.hh"
|
#include "RegExp.hh"
|
||||||
|
@ -40,6 +40,9 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
// needed as well for index on some systems (e.g. solaris)
|
||||||
|
#include <strings.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
ClientPattern::ClientPattern():
|
ClientPattern::ClientPattern():
|
||||||
|
|
Loading…
Reference in a new issue