diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-01 11:29:12 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-01 11:29:12 -0800 |
| commit | af7a7377241af78c70c7badf8ddfc79e55325899 (patch) | |
| tree | de028df5c95dcf8add63fe31f80b6ccb001ce659 /libuxre | |
| parent | 15bd7946cc838a3151c357e4b0bc1ab85eecda62 (diff) | |
wip vi
Diffstat (limited to 'libuxre')
| -rw-r--r-- | libuxre/re.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libuxre/re.h b/libuxre/re.h index 2738a05..64df2d0 100644 --- a/libuxre/re.h +++ b/libuxre/re.h @@ -35,7 +35,7 @@ /* #define __fnm_collate lc_collate */ /* <fnmatch.h> */ #include <limits.h> -#include <regex.h> +#include "regex.h" /* #include <fnmatch.h> */ #include <colldata.h> |
