From 72ec3b700e8e3142eb9e79098a357f01a6085589 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 13 Jun 2020 10:34:30 +0200 Subject: Fixing multiple definition of lexer --- src/glob.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glob.c') diff --git a/src/glob.c b/src/glob.c index 2d544da..d1d1bdf 100644 --- a/src/glob.c +++ b/src/glob.c @@ -11,6 +11,7 @@ /* ************************************************************************** */ #include "ms_glob.h" +#include /* ** \brief Match vector start size -- cgit