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