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:
parent
aa1214280d
commit
9dc1d90f64
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include "log.h"
|
||||
#include "time_support.h"
|
||||
#include "util.h"
|
||||
|
||||
COMMAND_HANDLER(handler_util_ms)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue