diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-14 21:43:02 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-14 21:43:02 -0400 |
commit | e735ad6710a82604a206ad29f6cbcdd7dc4b024c (patch) | |
tree | 5fe8eebbb7a2bff20bb71bd2368955356979e0a2 /lib/regex.c | |
parent | sync (diff) | |
download | lazysphere-e735ad6710a82604a206ad29f6cbcdd7dc4b024c.tar.gz lazysphere-e735ad6710a82604a206ad29f6cbcdd7dc4b024c.tar.bz2 lazysphere-e735ad6710a82604a206ad29f6cbcdd7dc4b024c.zip |
refactor and add su
Diffstat (limited to 'lib/regex.c')
-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> |