hello: include hello.h

Let source file to include its file .h to validate the exported
prototypes.

Detected through 'sparse' tool.

Change-Id: I6197f21c857833dafc3d6e3b750c764bf4610abd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7671
Tested-by: jenkins
This commit is contained in:
Antonio Borneo 2023-05-06 18:49:46 +02:00
parent d2afdefd26
commit 04a1181288
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <config.h>
#endif
#include <helper/log.h>
#include "hello.h"
COMMAND_HANDLER(handle_foo_command)
{