From f514c5128d62ad53623af4d45bd856b9564bce4f Mon Sep 17 00:00:00 2001 From: tylov Date: Sun, 6 Aug 2023 23:23:36 +0200 Subject: Improved Installation section in README.md --- src/libstc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libstc.c b/src/libstc.c index 7b49540a..462c97c4 100644 --- a/src/libstc.c +++ b/src/libstc.c @@ -2,6 +2,8 @@ #include "../include/stc/cregex.h" /* cstr. utf8, and cregex */ #define i_implement #include "../include/stc/csview.h" +#define i_implement +#include "../include/stc/crand.h" #if __STDC_VERSION__ >= 201112L # define i_implement # include "../include/c11/fmt.h" -- cgit v1.2.3