From 9dc1d90f64168863d350694d38e5ff7f20a57a7e Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 9 Apr 2023 00:14:45 +0200 Subject: [PATCH] helper: util: include util.h Let source file to include its file .h to validate the exported prototypes. Detected through 'sparse' tool. Change-Id: I5de107b4f8a468f0e37f06171f5f0c3c0546db1a Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/7596 Tested-by: jenkins --- src/helper/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helper/util.c b/src/helper/util.c index 5e12021ff..2e9f6155e 100644 --- a/src/helper/util.c +++ b/src/helper/util.c @@ -12,6 +12,7 @@ #include "log.h" #include "time_support.h" +#include "util.h" COMMAND_HANDLER(handler_util_ms) {