From c6f04a9c5d33d16623f1c20f0987dd3a992379e7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 20:22:34 +0200 Subject: Move xAsprintf, xSnprintf and xStrdup to StringUtils.h --- FunctionBar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'FunctionBar.c') diff --git a/FunctionBar.c b/FunctionBar.c index c67e613c..3e00b87e 100644 --- a/FunctionBar.c +++ b/FunctionBar.c @@ -8,6 +8,7 @@ in the source distribution for its full text. #include "FunctionBar.h" #include "CRT.h" #include "RichString.h" +#include "StringUtils.h" #include "XAlloc.h" #include -- cgit v1.2.3