]> git.mdlowis.com Git - proto/labwc.git/commit
Unbreak match_glob
authorConsus <consus@ftml.net>
Mon, 28 Aug 2023 15:56:39 +0000 (18:56 +0300)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 1 Oct 2023 13:17:29 +0000 (14:17 +0100)
commit12f6a8975aa51adc6e56addd83bd07a2cae8ea01
treee31ffe1cd80f530af54698de8766f195d94e0dc2
parentabb7c03c75500e8161de5b0a485beeb8cc84ffa8
Unbreak match_glob

Since bool is not a C89 type, include <stdbool.h> in match.h.
include/common/match.h
src/common/match.c