diff options
author | rathnor <rathnor> | 2003-10-12 16:25:28 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-12 16:25:28 (GMT) |
commit | 4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde (patch) | |
tree | 2c17be10346dfbe10e4e47040d1b3e1ccdfa1f6e /src/ClientPattern.cc | |
parent | 50b724d67a288b9df9a85bd8258e22507f45d748 (diff) | |
download | fluxbox-4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde.zip fluxbox-4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde.tar.bz2 |
small solaris build fix
Diffstat (limited to 'src/ClientPattern.cc')
-rw-r--r-- | src/ClientPattern.cc | 5 |
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 | |||
43 | using namespace std; | 46 | using namespace std; |
44 | 47 | ||
45 | ClientPattern::ClientPattern(): | 48 | ClientPattern::ClientPattern(): |