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 | 4d7080e0a916791b1aa15b8447b152d7f5e910aa (patch) | |
| tree | 38235a2b4a6eb188abe18ad680530bad81acfabf /src/vi/ex-070224/ex_re.c | |
| parent | 81ccfa29ff5830fe7df6e91d1834321fca8d0d89 (diff) | |
wip vi
Diffstat (limited to 'src/vi/ex-070224/ex_re.c')
| -rw-r--r-- | src/vi/ex-070224/ex_re.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vi/ex-070224/ex_re.c b/src/vi/ex-070224/ex_re.c index fb00c38..653a8bf 100644 --- a/src/vi/ex-070224/ex_re.c +++ b/src/vi/ex-070224/ex_re.c @@ -84,7 +84,7 @@ static char sccsid[] = "@(#)ex_re.c 1.60 (gritter) 8/6/05"; #ifdef UXRE -#include <regex.h> +#include "regex.h" char *braslist[NBRA]; char *braelist[NBRA]; |
