diff options
Diffstat (limited to '')
-rw-r--r-- | lib/regex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/regex.c b/lib/regex.c index 0e0dc52..cba8a97 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -29,7 +29,8 @@ -#include "regex.h" +#include "lslib.h" + #include <stdio.h> #include <ctype.h> |