From a6fbdc5bae25aeba639fc92be959e9b15449b5bf Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 17 Mar 2023 15:35:40 +0100 Subject: [PATCH] fix !USERTL --- libs/rtl.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/rtl.c b/libs/rtl.c index 18e3148..ad623d1 100644 --- a/libs/rtl.c +++ b/libs/rtl.c @@ -1,3 +1,9 @@ #if USERTL #include "rtl-c.c" +#else +void +apply_fribidi(char *str) +{ + return; +} #endif