From 53865aad225ffbe5cf3c42736e5a2095092f9fff Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 21 Jan 2022 21:53:50 +0800 Subject: temporary save point Just to save some work. --- src/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/str.h') diff --git a/src/str.h b/src/str.h index bfe5867..2c42211 100644 --- a/src/str.h +++ b/src/str.h @@ -1,7 +1,7 @@ #ifndef STR_H #define STR_H -#include +#include "util.h" typedef struct str_s str; -- cgit v1.2.3-18-g5258