all repos — fluxbox @ a967ab60a42769de17a8f9a7494a5564c0fe0b7c

custom fork of the fluxbox windowmanager

types header before regex.h
fluxgen fluxgen
commit

a967ab60a42769de17a8f9a7494a5564c0fe0b7c

parent

77e109d9f291f2c9f8e81a1e21664f642ed04041

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

jump to
M src/RegExp.hhsrc/RegExp.hh

@@ -21,7 +21,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: RegExp.hh,v 1.2 2003/06/13 11:43:46 fluxgen Exp $ +// $Id: RegExp.hh,v 1.3 2003/07/10 19:59:21 fluxgen Exp $ #ifndef REGEXP_HH #define REGEXP_HH

@@ -39,8 +39,8 @@ * If USE_REGEXP isn't defined, then we match just using simple string equality

*/ #ifdef USE_REGEXP -#include <regex.h> #include <sys/types.h> +#include <regex.h> #endif // USE_REGEXP class WinClient;