diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-02 19:39:44 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-02 19:39:44 -0800 |
| commit | 54de1d6ca94bc0f7ffac6ad721933caf4db46ed5 (patch) | |
| tree | f4b73f06509db5ad9312fe6095b91a10f38e1f33 /ex_re.c | |
| parent | af7a7377241af78c70c7badf8ddfc79e55325899 (diff) | |
changes to compile with musl (avoid sbrk)
Diffstat (limited to 'ex_re.c')
| -rw-r--r-- | ex_re.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ static char sccsid[] = "@(#)ex_re.c 1.60 (gritter) 8/6/05"; #ifdef UXRE -#include "regex.h" +#include "uxre_regex.h" char *braslist[NBRA]; char *braelist[NBRA]; |
