This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7602
-- gerrit commit 177c0b0117679a99a332f817df4f588c27890134 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Sun Apr 9 01:37:11 2023 +0200 target: rtt: include rtt.h Let source file to include its file .h to validate the exported prototypes. Detected through 'sparse' tool. Change-Id: I8ae2f8f1fdaea5683e157247463533b17237e464 Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> diff --git a/src/target/rtt.c b/src/target/rtt.c index b14c42f919..5ce049ae18 100644 --- a/src/target/rtt.c +++ b/src/target/rtt.c @@ -14,6 +14,7 @@ #include <helper/binarybuffer.h> #include <helper/command.h> #include <rtt/rtt.h> +#include <target/rtt.h> #include "target.h" --