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 --- TasksMeter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TasksMeter.c') diff --git a/TasksMeter.c b/TasksMeter.c index fb3767c5..ef7e4964 100644 --- a/TasksMeter.c +++ b/TasksMeter.c @@ -7,8 +7,9 @@ in the source distribution for its full text. #include "TasksMeter.h" -#include "Platform.h" #include "CRT.h" +#include "Platform.h" +#include "StringUtils.h" static const int TasksMeter_attributes[] = { -- cgit v1.2.3