summaryrefslogtreecommitdiff
path: root/libuxre/re.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-02 19:39:44 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-02 19:39:44 -0800
commit54de1d6ca94bc0f7ffac6ad721933caf4db46ed5 (patch)
treef4b73f06509db5ad9312fe6095b91a10f38e1f33 /libuxre/re.h
parentaf7a7377241af78c70c7badf8ddfc79e55325899 (diff)
changes to compile with musl (avoid sbrk)
Diffstat (limited to 'libuxre/re.h')
-rw-r--r--libuxre/re.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libuxre/re.h b/libuxre/re.h
index 64df2d0..9e0241e 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 "uxre_regex.h"
/* #include <fnmatch.h> */
#include <colldata.h>