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 <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7596
Tested-by: jenkins
This commit is contained in:
Antonio Borneo 2023-04-09 00:14:45 +02:00
parent aa1214280d
commit 9dc1d90f64
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include "log.h"
#include "time_support.h"
#include "util.h"
COMMAND_HANDLER(handler_util_ms)
{