summaryrefslogtreecommitdiff
path: root/ex_re.c
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-23 21:49:31 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-23 21:49:31 -0700
commit23e0502dcc958cea4d195eb8c8a28a5c362ab69f (patch)
treea758ea1c4a6e524b45fb108afa4ebaab7c1db36e /ex_re.c
parent874d317334fae1ddce316f9b6f4d0ce4e434bf52 (diff)
parent9855bed0869ace4665e2776ec4d489847a0781b4 (diff)
combine sbrk spoof with heirloom fix for line numbers
Diffstat (limited to 'ex_re.c')
-rw-r--r--ex_re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex_re.c b/ex_re.c
index 469d554..750bf8c 100644
--- a/ex_re.c
+++ b/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 "uxre_regex.h"
char *braslist[NBRA];
char *braelist[NBRA];