all repos — fluxbox @ 4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde

custom fork of the fluxbox windowmanager

small solaris build fix
rathnor rathnor
commit

4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde

parent

50b724d67a288b9df9a85bd8258e22507f45d748

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/ClientPattern.ccsrc/ClientPattern.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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"

@@ -39,6 +39,9 @@ #include <fstream>

#include <string> #include <memory> #include <cstdio> + +// needed as well for index on some systems (e.g. solaris) +#include <strings.h> using namespace std;